WWWAuthenticate

zio.http.Header$.WWWAuthenticate$
See theWWWAuthenticate companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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
final case class Basic(realm: Option[String], charset: String) extends WWWAuthenticate

Attributes

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

Attributes

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

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any

Types

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

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 render(wwwAuthenticate: WWWAuthenticate): String