Digest
zio.http.Header.Authorization.Digest
final case class Digest(response: String, username: String, realm: String, uri: URI, opaque: String, algorithm: String, qop: String, cnonce: String, nonce: String, nc: Int, userhash: Boolean) extends Authorization
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Authorizationtrait Headerclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- Authorization
Value members
Inherited methods
Attributes
- Inherited from:
- Header
Attributes
- Definition Classes
- Inherited from:
- Authorization
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Header
Attributes
- Definition Classes
- Inherited from:
- Authorization
In this article