ReAuth-Backend
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ReAuth-Backend
core
/
reprivatize.reauth
/
RASConfig
/
Database
Database
@
Serializable
data
class
Database
(
val
host
:
String
,
val
port
:
Int
,
val
database
:
String
,
val
username
:
String
,
val
password
:
String
)
Members
Constructors
Database
Link copied to clipboard
constructor
(
host
:
String
,
port
:
Int
,
database
:
String
,
username
:
String
,
password
:
String
)
Properties
database
Link copied to clipboard
val
database
:
String
host
Link copied to clipboard
val
host
:
String
password
Link copied to clipboard
val
password
:
String
port
Link copied to clipboard
val
port
:
Int
username
Link copied to clipboard
val
username
:
String