maxOtpAttempts property
- @TagNumber.new(3)
THe amount of failed OTP (TOTP, SMS, Email) attempts before the account gets locked. Attempts are reset as soon as the OTP is entered correctly. If set to 0 the account will never be locked.
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get maxOtpAttempts => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set maxOtpAttempts($fixnum.Int64 value) => $_setInt64(2, value);