<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [IdTokenResult](./auth.idtokenresult.md) &gt; [signInSecondFactor](./auth.idtokenresult.signinsecondfactor.md)

## IdTokenResult.signInSecondFactor property

The type of second factor associated with this session, provided the user was multi-factor authenticated (eg. phone, etc).

<b>Signature:</b>

```typescript
signInSecondFactor: string | null;
```
