Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 3.88 KB

Client.md

File metadata and controls

18 lines (14 loc) · 3.88 KB

Client

Success

Fields

Field Type Required Description
object 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<Session> ✔️ N/A
signInId Optional<String> ✔️ N/A
signUpId Optional<String> ✔️ N/A
lastActiveSessionId Optional<String> ✔️ Last active session_id.
updatedAt long ✔️ Unix timestamp of last update.
createdAt long ✔️ Unix timestamp of creation.