voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 444 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) > [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;
```