Parsed challenge from the server's WWW-Authenticate header.
Digest auth username.
Digest auth password.
HTTP method (e.g. "GET", "POST").
Request URI path + query (e.g. "/dir/index.html").
Optionalcnonce: stringClient nonce (random). Auto-generated if omitted.
Optionalnc: stringNonce count as 8-char zero-padded hex (e.g. "00000001").
Defaults to "00000001" if omitted.
The hex-encoded response hash.
Compute the Digest Access Authentication
responsevalue per RFC 7616 §3.4.The response is computed as:
where
His the hash algorithm selected by the challenge (MD5, SHA-256, or SHA-512-256). Defaults to MD5 per RFC 7616 §3.4.1.