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

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]

[Back to Model list] [Back to API list] [Back to README]