PhoneMultiFactorInfo class

Represents a phone specific user-enrolled second factor.

Inheritance

Constructors

PhoneMultiFactorInfo.fromJson(Map<String, dynamic> map)

Properties

displayName String?
The optional display name of the enrolled second factor.
no setterinherited
enrollmentTime DateTime?
The optional date the second factor was enrolled.
no setterinherited
factorId String
The type identifier of the second factor.
no setterinherited
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 setterinherited

Methods

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

Operators

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