veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
22 lines (13 loc) • 946 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [PhoneMultiFactorEnrollInfoOptions](./auth-types.phonemultifactorenrollinfooptions.md)
## PhoneMultiFactorEnrollInfoOptions interface
Options used for enrolling a second factor.
<b>Signature:</b>
```typescript
export interface PhoneMultiFactorEnrollInfoOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [phoneNumber](./auth-types.phonemultifactorenrollinfooptions.phonenumber.md) | string | Phone number to send a verification code to. |
| [session](./auth-types.phonemultifactorenrollinfooptions.session.md) | [MultiFactorSession](./auth-types.multifactorsession.md) | The [MultiFactorSession](./auth-types.multifactorsession.md) obtained via [MultiFactorUser.getSession()](./auth-types.multifactoruser.getsession.md)<!-- -->. |