Represents credentials for digest authentication. Digest authentication is only supported for servers using the MD5 algorithm and quality of protection (qop) of either "none" or "auth".

Inheritance

Constructors

HttpClientDigestCredentials(String username, String password)