DigestAuthParams

Structure which describes requirements of the digest authentication - see https://tools.ietf.org/html/rfc2617

Constructors

this
this(string auth)

Parses WWW-Authenticate header value with the digest parameters

Members

Enums

Algorithm
enum Algorithm
Undocumented in source.
Qop
enum Qop
Undocumented in source.

Variables

algorithm
Algorithm algorithm;
domain
string domain;
nonce
string nonce;
opaque
string opaque;
Undocumented in source.
qop
Qop qop;
Undocumented in source.
realm
string realm;
Undocumented in source.
stale
bool stale;
Undocumented in source.

Meta