Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 4.83 KB

Client.md

File metadata and controls

18 lines (14 loc) · 4.83 KB

Client

Success

Fields

Field Type Required Description Example
Object Models.Components.Object ✔️ String representing the object's type. Objects of the same type share the same value.
client
Id string ✔️ String representing the identifier of the session.
client_123456789abcd
SessionIds List<string> ✔️ N/A [
"sess_123456789abcd",
"sess_23456789abcd"
]
Sessions List<Session> ✔️ N/A
SignInId string ✔️ N/A signin_123456789abcd
SignUpId string ✔️ N/A signup_123456789abcd
LastActiveSessionId string ✔️ Last active session_id.
session_123456789abcd
UpdatedAt long ✔️ Unix timestamp of last update.
1632580323
CreatedAt long ✔️ Unix timestamp of creation.
1622481123