KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.app.dist.config
/
CredentialSource
/
Environment
Environment
@
Serializable
data
class
Environment
(
val
userVar
:
String
,
val
passwordVar
:
String
)
:
CredentialSource
(
source
)
Read the username/password from named environment variables.
Members
Constructors
Environment
Link copied to clipboard
constructor
(
userVar
:
String
,
passwordVar
:
String
)
Properties
password
Var
Link copied to clipboard
val
passwordVar
:
String
user
Var
Link copied to clipboard
val
userVar
:
String