voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
25 lines (14 loc) • 742 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [MultiFactorAssertion](./auth.multifactorassertion.md)
## MultiFactorAssertion interface
The base class for asserting ownership of a second factor.
<b>Signature:</b>
```typescript
export interface MultiFactorAssertion
```
## Remarks
This is used to facilitate enrollment of a second factor on an existing user or sign-in of a user who already verified the first factor.
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [factorId](./auth.multifactorassertion.factorid.md) | [FactorId](./auth.factorid.md) | The identifier of the second factor. |