UpdateMultiFactorInfoRequest class sealed

Interface representing common properties of a user-enrolled second factor for an UpdateRequest.

Implementers

Constructors

UpdateMultiFactorInfoRequest({String? uid, String? displayName, DateTime? enrollmentTime})

Properties

displayName String?
The optional display name for an enrolled second factor.
final
enrollmentTime DateTime?
The optional date the second factor was enrolled.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
The ID of the enrolled second factor. This ID is unique to the user. When not provided, a new one is provisioned by the Auth server.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMfaEnrollment() → GoogleCloudIdentitytoolkitV1MfaEnrollment
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited