MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.plugin.annotation
/
EndpointMetadata
/
EndpointMetadata
Endpoint
Metadata
constructor
(
method
:
KFunction
<
*
>
,
handlerInstance
:
Any
,
path
:
String
,
httpMethod
:
HttpMethodType
,
requiresAuthentication
:
Boolean
,
requiredPermission
:
String
?
,
parameters
:
List
<
ParameterInfo
>
,
isSuspending
:
Boolean
)