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
/
ClientCredentials
Client
Credentials
data
class
ClientCredentials
(
val
clientId
:
String
,
val
clientSecret
:
String
?
)
フォームパラメータまたはBasic認証から抽出されたクライアントクレデンシャル
Parameters
client
Id
クライアントID(必須)
client
Secret
クライアントシークレット(Publicクライアントの場合はnull)
Members
Constructors
Client
Credentials
Link copied to clipboard
constructor
(
clientId
:
String
,
clientSecret
:
String
?
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
client
Secret
Link copied to clipboard
val
clientSecret
:
String
?