mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
19 lines
6.0 KiB
Markdown
19 lines
6.0 KiB
Markdown
# Session
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
|
| `object` | [com.clerk.backend_api.models.components.SessionObject](../../models/components/SessionObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
|
| `id` | *String* | :heavy_check_mark: | N/A |
|
|
| `userId` | *String* | :heavy_check_mark: | N/A |
|
|
| `clientId` | *String* | :heavy_check_mark: | N/A |
|
|
| `actor` | [JsonNullable<? extends com.clerk.backend_api.models.components.Actor>](../../models/components/Actor.md) | :heavy_minus_sign: | N/A |
|
|
| `status` | [com.clerk.backend_api.models.components.Status](../../models/components/Status.md) | :heavy_check_mark: | N/A |
|
|
| `lastActiveOrganizationId` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
|
| `lastActiveAt` | *long* | :heavy_check_mark: | N/A |
|
|
| `expireAt` | *long* | :heavy_check_mark: | N/A |
|
|
| `abandonAt` | *long* | :heavy_check_mark: | N/A |
|
|
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
|
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> | |