Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 6.57 KB

Session.md

File metadata and controls

20 lines (17 loc) · 6.57 KB

Session

Fields

Field Type Required Description Example
Object SessionObject ✔️ String representing the object's type. Objects of the same type share the same value.
session
Id string ✔️ N/A sess_123456789abcd
UserId string ✔️ N/A user_123456789abcd
ClientId string ✔️ N/A client_123456789abcd
Actor Models.Components.Actor N/A
Status Models.Components.Status ✔️ N/A active
LastActiveOrganizationId string N/A org_123456789abcd
LastActiveAt long ✔️ N/A 1622471123
LatestActivity LatestActivity N/A
ExpireAt long ✔️ N/A 1685471123
AbandonAt long ✔️ N/A 1630471123
UpdatedAt long ✔️ Unix timestamp of last update.
1622532323
CreatedAt long ✔️ Unix timestamp of creation.
1622470000