PhoneMultiFactorInfo class

Represents the information for a phone second factor.

Inheritance

Constructors

PhoneMultiFactorInfo({required String? displayName, required double enrollmentTimestamp, required String factorId, required String uid, required String phoneNumber})
const

Properties

displayName String?
User-given display name for this second factor.
finalinherited
enrollmentTimestamp double
The enrollment timestamp for this second factor in seconds since epoch (UTC midnight on January 1, 1970).
finalinherited
factorId String
The factor id of this second factor.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String
The phone number associated with this second factor verification method.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
The unique identifier for this second factor.
finalinherited

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