DigestChallenge constructor
DigestChallenge({})
Implementation
DigestChallenge({
required this.realm,
required this.nonce,
this.qop,
this.algorithm = 'MD5',
this.opaque,
this.stale = false,
});
DigestChallenge({
required this.realm,
required this.nonce,
this.qop,
this.algorithm = 'MD5',
this.opaque,
this.stale = false,
});