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
/
RuntimePrompt
Runtime
Prompt
@
Serializable
data
class
RuntimePrompt
(
val
usernameHint
:
String
?
=
null
)
:
CredentialSource
(
source
)
The front-end prompts the user at run time; never persisted.
Members
Constructors
Runtime
Prompt
Link copied to clipboard
constructor
(
usernameHint
:
String
?
=
null
)
Properties
username
Hint
Link copied to clipboard
val
usernameHint
:
String
?