veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
24 lines (15 loc) • 979 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [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. |