DigestAuthProvider
constructor(credentials: suspend () -> DigestAuthCredentials?, realm: String? = null, algorithmName: String = "MD5")
constructor(username: String, password: String, realm: String? = null, algorithmName: String = "MD5")
Deprecated (with error)
Consider using constructor with credentials provider instead