WWWAuthenticate

zio.http.Header.WWWAuthenticate
See theWWWAuthenticate companion trait
object WWWAuthenticate extends HeaderType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait HeaderType
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all
final case class Basic(realm: Option[String], charset: String) extends WWWAuthenticate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all
final case class Bearer(realm: String, scope: Option[String], error: Option[String], errorDescription: Option[String]) extends WWWAuthenticate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all
final case class Digest(realm: Option[String], domain: Option[String], nonce: Option[String], opaque: Option[String], stale: Option[Boolean], algorithm: Option[String], qop: Option[String], charset: Option[String], userhash: Option[Boolean]) extends WWWAuthenticate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all
final case class HOBA(realm: Option[String], challenge: String, maxAge: Int) extends WWWAuthenticate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all
final case class Mutual(realm: String, error: Option[String], errorDescription: Option[String]) extends WWWAuthenticate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all
final case class Negotiate(authData: Option[String]) extends WWWAuthenticate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all
final case class SCRAM(realm: String, sid: String, data: String) extends WWWAuthenticate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all
final case class Unknown(scheme: String, realm: String, params: Map[String, String]) extends WWWAuthenticate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all

Types

override type HeaderValue = WWWAuthenticate

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def name: String

Attributes

Definition Classes
def parse(value: String): Either[String, WWWAuthenticate]
def render(wwwAuthenticate: WWWAuthenticate): String