MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.openapi.model
/
SecurityScheme
Security
Scheme
@
Serializable
data
class
SecurityScheme
(
val
type
:
String
,
val
description
:
String
?
=
null
,
val
flows
:
OAuthFlows
?
=
null
)
セキュリティスキーム
Members
Constructors
Security
Scheme
Link copied to clipboard
constructor
(
type
:
String
,
description
:
String
?
=
null
,
flows
:
OAuthFlows
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
スキームの説明
flows
Link copied to clipboard
val
flows
:
OAuthFlows
?
OAuth2フロー定義
type
Link copied to clipboard
val
type
:
String
スキームタイプ(oauth2, apiKey, http等)