otpSmsId property

  1. @TagNumber(1)
String otpSmsId

unique identifier of the one-time-password (OTP) SMS authenticator.

Implementation

@$pb.TagNumber(1)
$core.String get otpSmsId => $_getSZ(0);
  1. @TagNumber(1)
void otpSmsId=(String v)

Implementation

@$pb.TagNumber(1)
set otpSmsId($core.String v) { $_setString(0, v); }