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.oauth
/
OAuthErrorResponse
OAuth
Error
Response
@
Serializable
data
class
OAuthErrorResponse
(
val
error
:
String
,
val
errorDescription
:
String
?
=
null
)
OAuth 2.0 エラーレスポンス RFC 6749 Section 5.2 準拠
Members
Constructors
OAuth
Error
Response
Link copied to clipboard
constructor
(
error
:
String
,
errorDescription
:
String
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
エラーコード(RFC 6749で定義された値)
error
Description
Link copied to clipboard
@
SerialName
(
value
=
"error_description"
)
val
errorDescription
:
String
?
エラーの詳細説明(オプション)