MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
api
/
party.morino.mineauth.api.model.common
/
PluginsData
Plugins
Data
@
Serializable
data
class
PluginsData
(
val
provider
:
String
,
val
plugins
:
List
<
String
>
)
Members
Constructors
Plugins
Data
Link copied to clipboard
constructor
(
provider
:
String
,
plugins
:
List
<
String
>
)
Properties
plugins
Link copied to clipboard
val
plugins
:
List
<
String
>
provider
Link copied to clipboard
val
provider
:
String