Struct DigestAuthParams
Structure which describes requirements of the digest authentication - see https://tools.ietf.org/html/rfc2617
struct DigestAuthParams
;
Constructors
Name | Description |
---|---|
this
(auth)
|
Parses WWW-Authenticate header value with the digest parameters |
Fields
Name | Type | Description |
---|---|---|
algorithm
|
DigestAuthParams | |
domain
|
string | |
nonce
|
string | |
opaque
|
string | |
qop
|
DigestAuthParams | |
realm
|
string | |
stale
|
bool |
Enums
Name | Description |
---|---|
Algorithm
|
|
Qop
|