ReAuth-Backend
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ReAuth-Backend
core
/
reprivatize.reauth.plugin
Package-level
declarations
Types
Types
Plugin
Config
Link copied to clipboard
@
Serializable
data
class
PluginConfig
(
val
name
:
String
,
val
version
:
String
,
val
author
:
String
,
val
description
:
String
=
""
,
val
website
:
String
=
"https://example.com/"
,
val
mainClass
:
String
=
"com.example.reauth_plugin.MainKt"
)
:
Config