otpSms property

  1. @TagNumber(4)
AuthFactorOTPSMS otpSms

Implementation

@$pb.TagNumber(4)
AuthFactorOTPSMS get otpSms => $_getN(3);
  1. @TagNumber(4)
void otpSms=(AuthFactorOTPSMS v)

Implementation

@$pb.TagNumber(4)
set otpSms(AuthFactorOTPSMS v) { setField(4, v); }