Token
Token Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | UUID |
No description |
| token_type | Enum(access, refresh) |
No description |
| description | String(255) (Optional) |
No description |
| token_hash | String(64) |
No description |
| client_id | String(36) (Optional) |
No description |
| user_id | Integer (Optional) |
No description |
| sky_node_installation_id | Integer (Optional) |
No description |
| issued_at | DateTime |
No description |
| expires_at | DateTime (Optional) |
No description |
| scope | String(Unbounded) (Optional) |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| client | OAuthClient |
| user | User |
| sky_node_installation | SkyNodeInstallation |