otpEmailId property

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

unique identifier of the OTP Email authenticator.

Implementation

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

Implementation

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