<!-- 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; [token](./auth-types.idtokenresult.token.md)

## IdTokenResult.token property

The Firebase Auth ID token JWT string.

<b>Signature:</b>

```typescript
token: string;
```
