otpEmailId property

  1. @TagNumber(1)
String otpEmailId

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

Implementation

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

Implementation

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