MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.plugin.route
/
AuthResult
Auth
Result
sealed
class
AuthResult
認証結果を表すsealed class プレイヤートークンとサービストークンで異なる結果を返す
Inheritors
PlayerAuth
ServiceAuth
Members
Types
Player
Auth
Link copied to clipboard
data
class
PlayerAuth
(
val
playerUuid
:
UUID
)
:
AuthResult
プレイヤー認証の結果
Service
Auth
Link copied to clipboard
data
class
ServiceAuth
(
val
accountId
:
String
)
:
AuthResult
サービスアカウント認証の結果