Files
tea4j-autodeploy/docs/CurrentAccessToken.md
T
2026-06-15 00:02:23 +00:00

611 B

CurrentAccessToken

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]
user UserMeta [optional]