voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
17 lines (11 loc) • 498 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [ParsedToken](./auth.parsedtoken.md) > [firebase](./auth.parsedtoken.firebase.md)
## ParsedToken.firebase property
Firebase specific claims, containing the provider(s) used to authenticate the user.
<b>Signature:</b>
```typescript
'firebase'?: {
'sign_in_provider'?: string;
'sign_in_second_factor'?: string;
};
```