mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
4.1 KiB
4.1 KiB
Client
Fields
| Field | Type | Required | Description |
|---|---|---|---|
object |
com.clerk.backend_api.models.components.Object | ✔️ | String representing the object's type. Objects of the same type share the same value. |
id |
String | ✔️ | String representing the identifier of the session. |
sessionIds |
List<String> | ✔️ | N/A |
sessions |
List<com.clerk.backend_api.models.components.Session> | ✔️ | N/A |
signInId |
Optional<? extends String> | ✔️ | N/A |
signUpId |
Optional<? extends String> | ✔️ | N/A |
lastActiveSessionId |
Optional<? extends String> | ✔️ | Last active session_id. |
updatedAt |
long | ✔️ | Unix timestamp of last update. |
createdAt |
long | ✔️ | Unix timestamp of creation. |