# The Backend TestingToken object

The Backend `TestingToken` object holds information about a [Testing Token](https://clerk.com/docs/guides/development/testing/overview.md#testing-tokens).

## Properties

| Property                           | Type     | Description                                |
| ---------------------------------- | -------- | ------------------------------------------ |
| <a id="expiresat"></a> `expiresAt` | `number` | The Unix timestamp when the token expires. |
| <a id="token"></a> `token`         | `string` | The token string.                          |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
