Files
2024-06-13 13:51:50 -04:00

6.0 KiB
Raw Permalink Blame History

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.