otpEmail property

  1. @TagNumber.new(7)
CheckOTP get otpEmail

Check the One-Time Password sent over Email and update the session on success. Requires that the user is already checked, either in the previous or the same request. On successful OTP Email 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(7)
CheckOTP get otpEmail => $_getN(6);
  1. @TagNumber.new(7)
set otpEmail (CheckOTP value)

Implementation

@$pb.TagNumber(7)
set otpEmail(CheckOTP value) => $_setField(7, value);