AuthMultiFactorInfo extension type

Interface representing the common properties of a user-enrolled second factor.

on
Implemented types
Available extensions

Properties

displayName String?
The optional display name of the enrolled second factor.
no setter
enrollmentTime String?
The optional date the second factor was enrolled, formatted as a UTC string.
no setter
factorId String
The type identifier of the second factor. For SMS second factors, this is phone.
no setter
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String?
The phone number associated with a phone second factor.
no setter
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.
no setter

Methods

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

Operators

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