Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 5.27 KB

Session.md

File metadata and controls

20 lines (17 loc) · 5.27 KB

Session

Fields

Field Type Required Description
object Components\SessionObject ✔️ String representing the object's type. Objects of the same type share the same value.
id string ✔️ N/A
userId string ✔️ N/A
clientId string ✔️ N/A
status Components\Status ✔️ N/A
lastActiveAt int ✔️ N/A
expireAt int ✔️ N/A
abandonAt int ✔️ N/A
updatedAt int ✔️ Unix timestamp of last update.
createdAt int ✔️ Unix timestamp of creation.
actor ?Components\Actor N/A
lastActiveOrganizationId ?string N/A
latestActivity ?Components\LatestActivity N/A