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 |