otpEmail property

  1. @TagNumber.new(3)
RequestChallenges_OTPEmail get otpEmail

OTPEmail requests a code to be sent via email to the user's primary email address. It is required for an OTP check at the SetSession endpoint.

Implementation

@$pb.TagNumber(3)
RequestChallenges_OTPEmail get otpEmail => $_getN(2);
  1. @TagNumber.new(3)
set otpEmail (RequestChallenges_OTPEmail value)

Implementation

@$pb.TagNumber(3)
set otpEmail(RequestChallenges_OTPEmail value) => $_setField(3, value);