mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-17 07:00:37 +00:00
12 lines
611 B
Markdown
12 lines
611 B
Markdown
# CurrentAccessToken
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**createdAt** | [**Date**](Date.md) | The timestamp when the token was created | [optional]
|
|
**id** | **Long** | The unique identifier of the access token | [optional]
|
|
**lastUsedAt** | [**Date**](Date.md) | 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]
|
|
**user** | [**UserMeta**](UserMeta.md) | | [optional]
|