UNPKG

veritatisdoloremque

Version:
24 lines (15 loc) 979 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [MultiFactorInfo](./auth-types.multifactorinfo.md) ## MultiFactorInfo interface A structure containing the information of a second factor entity. <b>Signature:</b> ```typescript export interface MultiFactorInfo ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [displayName](./auth-types.multifactorinfo.displayname.md) | string \| null | The user friendly name of the current second factor. | | [enrollmentTime](./auth-types.multifactorinfo.enrollmenttime.md) | string | The enrollment date of the second factor formatted as a UTC string. | | [factorId](./auth-types.multifactorinfo.factorid.md) | [FactorId](./auth-types.factorid.md) | The identifier of the second factor. | | [uid](./auth-types.multifactorinfo.uid.md) | string | The multi-factor enrollment ID. |