UNPKG

quodolores

Version:

Monorepo for the Firebase JavaScript SDK

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