otpSms property

  1. @TagNumber.new(6)
CheckOTP get otpSms

Check the One-Time Password sent over SMS and update the session on success. Requires that the user is already checked, either in the previous or the same request. On successful OTP SMS check, the session's factors field will be updated with an otp factor, containing the verification time. Note that the OTP code is valid for a single use only and will be invalidated after a successful check.

Implementation

@$pb.TagNumber(6)
CheckOTP get otpSms => $_getN(5);
  1. @TagNumber.new(6)
set otpSms (CheckOTP value)

Implementation

@$pb.TagNumber(6)
set otpSms(CheckOTP value) => $_setField(6, value);