Sessions
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True | Automatically assigned when the session is created. | |
UserId | Long | True | Users.Id | The id of the user. |
AuthenticatedAt | Datetime | True | When the session was created. | |
LastSeenAt | Datetime | True | The last approximate time this session was seen. This does not update on every request. | |
Url | String | True | The API URL of this session. |
Last updated