ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
ktor-client-auth
/
io.ktor.client.plugins.auth.providers
/
DigestAuthProvider
/
DigestAuthProvider
Digest
Auth
Provider
fun
DigestAuthProvider
(
username
:
String
,
password
:
String
,
realm
:
String
?
=
null
,
algorithmName
:
String
=
"MD5"
)
Content copied to clipboard
fun
DigestAuthProvider
(
credentials
:
suspend
(
)
->
DigestAuthCredentials
?
,
realm
:
String
?
=
null
,
algorithmName
:
String
=
"MD5"
)
Content copied to clipboard