GoogleCloudIdentitytoolkitV1MfaEnrollment class

Information on which multi-factor authentication (MFA) providers are enabled for an account.

Constructors

GoogleCloudIdentitytoolkitV1MfaEnrollment({String? displayName, GoogleCloudIdentitytoolkitV1EmailInfo? emailInfo, String? enrolledAt, String? mfaEnrollmentId, String? phoneInfo, GoogleCloudIdentitytoolkitV1TotpInfo? totpInfo, String? unobfuscatedPhoneInfo})
GoogleCloudIdentitytoolkitV1MfaEnrollment.fromJson(Map json_)

Properties

displayName String?
Display name for this mfa option e.g. "corp cell phone".
getter/setter pair
emailInfo GoogleCloudIdentitytoolkitV1EmailInfo?
Contains information specific to email MFA.
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
totpInfo GoogleCloudIdentitytoolkitV1TotpInfo?
Contains information specific to TOTP MFA.
getter/setter pair
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