Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 4.32 KB

File metadata and controls

19 lines (15 loc) · 4.32 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.
lastAuthenticationStrategy Optional<String> ✔️ The authentication strategy that was last used to authenticate the user on this client.
updatedAt long ✔️ Unix timestamp of last update.
createdAt long ✔️ Unix timestamp of creation.