toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-core
/
org.http4k.core
/
Credentials
Credentials
data
class
Credentials
(
val
user
:
String
,
val
password
:
String
)
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