DigestAuthProvider

constructor(credentials: suspend () -> DigestAuthCredentials?, realm: String? = null, algorithmName: String = "MD5")(source)


constructor(username: String, password: String, realm: String? = null, algorithmName: String = "MD5")(source)

Deprecated (with error)

Consider using constructor with credentials provider instead