Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 4.08 KB

File metadata and controls

16 lines (13 loc) · 4.08 KB

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.