Generate the OTP key on the server and show a QR code to scan.
@if (!this.authService.checkForceServerGenerateOTPKey("daypassword")) {
OTP Key
@if (otpKeyFormControl.hasError("required")) {
OTP key is required
}
}
OTP length
@for (len of otpLengthOptions; track len) {
{{ len }}
}
OTP length is requiredSome Authenticator Apps only support an OTP length of 6.Hash algorithm
@for (alg of hashAlgorithmOptions; track alg.value) {
{{ alg.viewValue }}
}
Hash algorithm is requiredSome Authenticator Apps only support the SHA1 algorithm.TimestepTimestep is requiredThe time in which the password can be used. For example '1d' or '12h'.