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
/
OAuthClientCreationResult
OAuth
Client
Creation
Result
data
class
OAuthClientCreationResult
(
val
client
:
OAuthClientData
,
val
clientSecret
:
String
?
)
OAuthクライアント作成結果(シークレット付き、作成時のみ平文シークレットを返す)
Members
Constructors
OAuth
Client
Creation
Result
Link copied to clipboard
constructor
(
client
:
OAuthClientData
,
clientSecret
:
String
?
)
Properties
client
Link copied to clipboard
val
client
:
OAuthClientData
client
Secret
Link copied to clipboard
val
clientSecret
:
String
?