feat: implement access tokens management in UI

This commit is contained in:
Steven
2023-08-06 23:37:13 +08:00
parent 850fbbaa36
commit 01ec5900d4
12 changed files with 379 additions and 136 deletions

View File

@@ -71,8 +71,7 @@
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| id | [int32](#int32) | | id is the user id. |
| description | [string](#string) | | description is the title/description of the access token. |
| expiration | [google.protobuf.Duration](#google-protobuf-Duration) | | expiration is the expires duration of the access token. |
| user_access_token | [UserAccessToken](#slash-api-v2-UserAccessToken) | | |