maxOtpAttempts property

  1. @TagNumber.new(3)
Int64 get maxOtpAttempts

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);
  1. @TagNumber.new(3)
set maxOtpAttempts (Int64 value)

Implementation

@$pb.TagNumber(3)
set maxOtpAttempts($fixnum.Int64 value) => $_setInt64(2, value);