Files
gitea-rs/crates/gitea-client/docs/AccessToken.md
2026-03-20 16:24:40 +01:00

18 lines
901 B
Markdown

# 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<String>**> | 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)