DigestAuthProvider

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

Constructors

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun verify(credentials: DigestCredential, method: Method): Boolean