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
/
ServerConfig
Server
Config
@
Serializable
data
class
ServerConfig
(
val
baseUrl
:
String
=
"https://api.example.com"
,
val
port
:
Int
=
8080
,
val
ssl
:
SSLConfigData
?
=
null
,
val
emailFormat
:
String
?
=
null
)
サーバー設定
Members
Constructors
Server
Config
Link copied to clipboard
constructor
(
baseUrl
:
String
=
"https://api.example.com"
,
port
:
Int
=
8080
,
ssl
:
SSLConfigData
?
=
null
,
emailFormat
:
String
?
=
null
)
Properties
base
Url
Link copied to clipboard
val
baseUrl
:
String
email
Format
Link copied to clipboard
val
emailFormat
:
String
?
port
Link copied to clipboard
val
port
:
Int
ssl
Link copied to clipboard
val
ssl
:
SSLConfigData
?