mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
707 B
707 B
AccessToken
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | Date | The timestamp when the token was created | [optional] |
| id | Long | The unique identifier of the access token | [optional] |
| lastUsedAt | Date | The timestamp when the token was last used | [optional] |
| name | String | The name of the access token | [optional] |
| scopes | List<String> | The scopes granted to this access token | [optional] |
| sha1 | String | The SHA1 hash of the access token | [optional] |
| tokenLastEight | String | The last eight characters of the token | [optional] |