digestProvider
Configures the digest provider used to look up H(username:realm:password).
This overload does not receive the selected DigestAlgorithm. Use the overload that accepts DigestProviderFunctionV2 for full RFC 7616 support.
Parameters
digest
provides a digest for a username and realm, or null when the user is unknown.
Configures the digest provider used to look up H(username:realm:password) for the selected algorithm.
Parameters
digest
provides a digest for a username, realm, and algorithm, or null when the user is unknown.