MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.repository
/
ServiceAccountTokenData
/
ServiceAccountTokenData
Service
Account
Token
Data
constructor
(
tokenId
:
String
,
accountId
:
String
,
tokenHash
:
String
,
createdBy
:
String
,
createdAt
:
LocalDateTime
,
lastUsedAt
:
LocalDateTime
?
,
revoked
:
Boolean
)