UpdatePhoneMultiFactorInfoRequest class

Interface representing a phone specific user-enrolled second factor for an UpdateRequest.

Inheritance

Constructors

UpdatePhoneMultiFactorInfoRequest({required String phoneNumber, String? uid, String? displayName, DateTime? enrollmentTime})

Properties

displayName → String?
The optional display name for an enrolled second factor.
finalinherited
enrollmentTime → DateTime?
The optional date the second factor was enrolled.
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
phoneNumber → String
The phone number associated with a phone second factor.
final
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.
finalinherited

Methods

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

Operators

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