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