Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 5.96 KB

File metadata and controls

19 lines (16 loc) · 5.96 KB

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.