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