<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [ParsedToken](./auth-types.parsedtoken.md) &gt; [firebase](./auth-types.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;
  };
```
