voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 506 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [IdTokenResult](./auth.idtokenresult.md) > [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;
```