Package-level declarations
Types
Link copied to clipboard
class DigestAuthProvider(realm: String, passwordLookup: (String) -> String?, qop: List<Qop>, algorithm: String, nonceGenerator: NonceGenerator, nonceVerifier: NonceVerifier = { true }, digestMode: DigestMode = DigestMode.Standard)
Link copied to clipboard
For use in clients. Generates responses to Digest Auth challenges
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
For use in servers. Verifies digest credentials and generates challenge responses
Link copied to clipboard