AWS4-HMAC-SHA256

zio.http.Header.WWWAuthenticate.AWS4-HMAC-SHA256
final case class AWS4-HMAC-SHA256(realm: String, credentials: Option[String], signedHeaders: String, signature: String) extends WWWAuthenticate

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 = WWWAuthenticate

Attributes

Inherited from:
WWWAuthenticate

Value members

Inherited methods

def headerName: String

Attributes

Inherited from:
Header

Attributes

Definition Classes
Inherited from:
WWWAuthenticate
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:
WWWAuthenticate

Inherited fields

lazy val untyped: Custom

Attributes

Inherited from:
Header