mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 04:19:27 +00:00
16 lines
4.6 KiB
Markdown
16 lines
4.6 KiB
Markdown
# 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.<br/> |
|
|
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> | |