GoogleCloudIdentitytoolkitV1MfaEnrollment class
Information on which multi-factor authentication (MFA) providers are enabled for an account.
Constructors
- GoogleCloudIdentitytoolkitV1MfaEnrollment({String? displayName, String? enrolledAt, String? mfaEnrollmentId, String? phoneInfo, String? unobfuscatedPhoneInfo})
- GoogleCloudIdentitytoolkitV1MfaEnrollment.fromJson(Map _json)
Properties
- displayName ↔ String?
-
Display name for this mfa option e.g. "corp cell phone".
getter/setter pair
- enrolledAt ↔ String?
-
Timestamp when the account enrolled this second factor.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mfaEnrollmentId ↔ String?
-
ID of this MFA option.
getter/setter pair
- phoneInfo ↔ String?
-
Normally this will show the phone number associated with this enrollment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unobfuscatedPhoneInfo ↔ String?
-
Unobfuscated phone_info.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited