otpEmailId property

  1. @TagNumber.new(1)
String get otpEmailId

unique identifier of the OTP Email authenticator.

Implementation

@$pb.TagNumber(1)
$core.String get otpEmailId => $_getSZ(0);
  1. @TagNumber.new(1)
set otpEmailId (String value)

Implementation

@$pb.TagNumber(1)
set otpEmailId($core.String value) => $_setString(0, value);