ktor-server-auth
Toggle table of contents
3.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktor-server-auth
ktor-server-auth
/
io.ktor.server.auth
/
DigestCredential
/
DigestCredential
Digest
Credential
jvm
constructor
(
realm
:
String
,
userName
:
String
,
digestUri
:
String
,
nonce
:
String
,
opaque
:
String
?
,
nonceCount
:
String
?
,
algorithm
:
String
?
,
response
:
String
,
cnonce
:
String
?
,
qop
:
String
?
)
(
source
)