otpSms property
OTPSMS requests a code to be sent via SMS to the user's primary phone. It is required for an OTP check at the SetSession endpoint.
Implementation
@$pb.TagNumber(2)
RequestChallenges_OTPSMS get otpSms => $_getN(1);
Implementation
@$pb.TagNumber(2)
set otpSms(RequestChallenges_OTPSMS value) => $_setField(2, value);