http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.core
/
Credentials
Credentials
data
class
Credentials
(
val
user
:
String
,
val
password
:
String
)
(
source
)
Members
Constructors
Credentials
Link copied to clipboard
constructor
(
user
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
user
Link copied to clipboard
val
user
:
String