MultiFactorInfo class

Represents a single second factor means for the user.

See direct subclasses for type-specific information.

Implementers

Constructors

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

Properties

displayName String?
User-given display name for this second factor.
final
enrollmentTimestamp double
The enrollment timestamp for this second factor in seconds since epoch (UTC midnight on January 1, 1970).
final
factorId String
The factor id of this second factor.
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 unique identifier for this second factor.
final

Methods

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

Operators

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