The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

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.