MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.file.data
/
WebServerConfigData
Web
Server
Config
Data
@
Serializable
data
class
WebServerConfigData
(
val
port
:
Int
=
8080
,
val
ssl
:
SSLConfigData
?
)
Members
Constructors
Web
Server
Config
Data
Link copied to clipboard
constructor
(
port
:
Int
=
8080
,
ssl
:
SSLConfigData
?
)
Properties
port
Link copied to clipboard
val
port
:
Int
ssl
Link copied to clipboard
val
ssl
:
SSLConfigData
?