MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.web.router.auth.data
Package-level
declarations
Types
Types
Authorized
Data
Link copied to clipboard
@
Serializable
data
class
AuthorizedData
(
val
clientId
:
String
,
val
redirectUri
:
String
,
val
scope
:
String
,
val
state
:
String
,
val
codeChallenge
:
String
,
val
codeChallengeMethod
:
String
=
"S256"
,
val
uniqueId
:
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
,
val
nonce
:
String
?
=
null
,
val
authTime
:
Long
=
System.currentTimeMillis()
)
認可コードに紐づくデータ ユーザーが認可した際に生成され、トークン交換時に使用される
OIDCConfig
Data
Link copied to clipboard
class
OIDCConfigData