<!-- 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; [claims](./auth.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;
```
