DigestAuthProvider

constructor(realm: String, passwordLookup: (String) -> String?, qop: List<Qop>, algorithm: String, nonceGenerator: NonceGenerator, nonceVerifier: NonceVerifier = { true }, digestMode: DigestMode = DigestMode.Standard)