ktor
2.0.3
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
ktor-client-auth
/
io.ktor.client.plugins.auth.providers
/
DigestAuthCredentials
Digest
Auth
Credentials
class
DigestAuthCredentials
(
username
:
String
,
password
:
String
)
Content copied to clipboard
Contains credentials for
DigestAuthProvider
.
Constructors
Properties
Constructors
Digest
Auth
Credentials
Link copied to clipboard
fun
DigestAuthCredentials
(
username
:
String
,
password
:
String
)
Content copied to clipboard
Properties
password
Link copied to clipboard
val
password
:
String
Content copied to clipboard
username
Link copied to clipboard
val
username
:
String
Content copied to clipboard