otpSmsId property
unique identifier of the one-time-password (OTP) SMS authenticator.
Implementation
@$pb.TagNumber(1)
$core.String get otpSmsId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set otpSmsId($core.String v) { $_setString(0, v); }
unique identifier of the one-time-password (OTP) SMS authenticator.
@$pb.TagNumber(1)
$core.String get otpSmsId => $_getSZ(0);
@$pb.TagNumber(1)
set otpSmsId($core.String v) { $_setString(0, v); }