toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-security-digest
/
org.http4k.security.digest
/
DigestCredential
Digest
Credential
data
class
DigestCredential
(
val
realm
:
String
,
val
username
:
String
,
val
digestUri
:
String
,
val
nonce
:
Nonce
,
val
response
:
String
,
val
opaque
:
String
?
,
val
nonceCount
:
Long
?
,
val
algorithm
:
String
?
,
val
cnonce
:
Nonce
?
,
val
qop
:
Qop
?
)
The digest Authorization to pass to the server as a header
Members
Constructors
Digest
Credential
Link copied to clipboard
constructor
(
realm
:
String
,
username
:
String
,
digestUri
:
String
,
nonce
:
Nonce
,
response
:
String
,
opaque
:
String
?
,
nonceCount
:
Long
?
,
algorithm
:
String
?
,
cnonce
:
Nonce
?
,
qop
:
Qop
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
algorithm
Link copied to clipboard
val
algorithm
:
String
?
cnonce
Link copied to clipboard
val
cnonce
:
Nonce
?
digest
Uri
Link copied to clipboard
val
digestUri
:
String
nonce
Link copied to clipboard
val
nonce
:
Nonce
nonce
Count
Link copied to clipboard
val
nonceCount
:
Long
?
opaque
Link copied to clipboard
val
opaque
:
String
?
qop
Link copied to clipboard
val
qop
:
Qop
?
realm
Link copied to clipboard
val
realm
:
String
response
Link copied to clipboard
val
response
:
String
username
Link copied to clipboard
val
username
:
String
Functions
response
Bytes
Link copied to clipboard
fun
responseBytes
(
)
:
ByteArray
?
to
Header
Value
Link copied to clipboard
fun
toHeaderValue
(
)
:
String