Success
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. |
updatedAt |
long | ✔️ | Unix timestamp of last update. |
createdAt |
long | ✔️ | Unix timestamp of creation. |