Home > @firebase/auth > MultiFactorInfo
MultiFactorInfo interface
A structure containing the information of a second factor entity.
Signature:
export interface MultiFactorInfo
Properties
Property | Type | Description |
---|---|---|
displayName? | string | null | (Optional) The user friendly name of the current second factor. |
enrollmentTime | string | The enrollment date of the second factor formatted as a UTC string. |
factorId | FactorId | The identifier of the second factor. |
uid | string | The multi-factor enrollment ID. |