<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [FactorId](./auth.factorid.md)

## FactorId enum

An enum of factors that may be used for multifactor authentication.

<b>Signature:</b>

```typescript
export declare const enum FactorId 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  PHONE | <code>&quot;phone&quot;</code> | Phone as second factor |

