901 B
901 B
AccessToken
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | Option<String> | The timestamp when the token was created | [optional] |
| id | Option<i64> | The unique identifier of the access token | [optional] |
| last_used_at | Option<String> | The timestamp when the token was last used | [optional] |
| name | Option<String> | The name of the access token | [optional] |
| scopes | Option<Vec> | The scopes granted to this access token | [optional] |
| sha1 | Option<String> | The SHA1 hash of the access token | [optional] |
| token_last_eight | Option<String> | The last eight characters of the token | [optional] |