Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
backend-mod
/
ru.hytalemodding.lineage.backend.config
/
BackendConfigBootstrap
Backend
Config
Bootstrap
data
class
BackendConfigBootstrap
(
val
config
:
BackendConfig
,
val
generatedSecret
:
String
?
)
Result of backend config bootstrap.
Members
Constructors
Backend
Config
Bootstrap
Link copied to clipboard
constructor
(
config
:
BackendConfig
,
generatedSecret
:
String
?
)
Properties
config
Link copied to clipboard
val
config
:
BackendConfig
Loaded configuration.
generated
Secret
Link copied to clipboard
val
generatedSecret
:
String
?
Non-null when a new config was created.