otpEmail property
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);
Implementation
@$pb.TagNumber(3)
set otpEmail(RequestChallenges_OTPEmail value) => $_setField(3, value);