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.registry
/
RegisteredPluginEndpoints
Registered
Plugin
Endpoints
data
class
RegisteredPluginEndpoints
(
val
basePath
:
String
,
val
endpoints
:
List
<
EndpointMetadata
>
)
登録されたプラグインのエンドポイント情報
Members
Constructors
Registered
Plugin
Endpoints
Link copied to clipboard
constructor
(
basePath
:
String
,
endpoints
:
List
<
EndpointMetadata
>
)
Properties
base
Path
Link copied to clipboard
val
basePath
:
String
プラグインのベースパス(例: /api/v1/plugins/vault)
endpoints
Link copied to clipboard
val
endpoints
:
List
<
EndpointMetadata
>
エンドポイントメタデータのリスト