typedrest
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
typedrest
typedrest
/
net.typedrest.http
/
HttpCredentials
Http
Credentials
class
HttpCredentials
(
val
username
:
String
,
val
password
:
String
)
Represents credentials for HTTP Basic authentication. *
Parameters
username
The username.
password
The password.
Members
Constructors
Http
Credentials
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
username
Link copied to clipboard
val
username
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String