<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [IdTokenResult](./auth-types.idtokenresult.md) &gt; [claims](./auth-types.idtokenresult.claims.md)

## IdTokenResult.claims property

The entire payload claims of the ID token including the standard reserved claims as well as the custom claims.

<b>Signature:</b>

```typescript
claims: ParsedToken;
```
