DigestChallenge

data class DigestChallenge(val realm: String, val nonce: Nonce, val algorithm: String?, val qop: List<Qop>, val opaque: String?)

The Digest Authorization challenge to be returned to the user as a header

Constructors

Link copied to clipboard
constructor(realm: String, nonce: Nonce, algorithm: String?, qop: List<Qop>, opaque: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val qop: List<Qop>
Link copied to clipboard

Functions

Link copied to clipboard