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 Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

override type Self = Authorization

Attributes

Inherited from:
Authorization

Value members

Inherited methods

def headerName: String

Attributes

Inherited from:
Header
override def headerType: Typed[Authorization]

Attributes

Definition Classes
Inherited from:
Authorization
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def renderedValue: String

Attributes

Inherited from:
Header
override def self: Self

Attributes

Definition Classes
Inherited from:
Authorization

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header