# ActorToken
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `object` | [com.clerk.backend_api.models.components.ActorTokenObject](../../models/components/ActorTokenObject.md) | :heavy_check_mark: | N/A |
| `id` | *String* | :heavy_check_mark: | N/A |
| `status` | [com.clerk.backend_api.models.components.ActorTokenStatus](../../models/components/ActorTokenStatus.md) | :heavy_check_mark: | N/A |
| `userId` | *String* | :heavy_check_mark: | N/A |
| `actor` | [com.clerk.backend_api.models.components.ActorTokenActor](../../models/components/ActorTokenActor.md) | :heavy_check_mark: | N/A |
| `token` | *JsonNullable extends String>* | :heavy_minus_sign: | N/A |
| `url` | *JsonNullable extends String>* | :heavy_minus_sign: | N/A |
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.
|
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.
|