zio.http.Header.WWWAuthenticate
See theWWWAuthenticate companion trait
object WWWAuthenticate extends HeaderType
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
WWWAuthenticate.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 Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
final case class Basic(realm: Option[String], charset: String) extends WWWAuthenticate
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
final case class Bearer(realm: String, scope: Option[String], error: Option[String], errorDescription: Option[String]) extends WWWAuthenticate
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
final case class HOBA(realm: Option[String], challenge: String, maxAge: Int) extends WWWAuthenticate
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
final case class Mutual(realm: String, error: Option[String], errorDescription: Option[String]) extends WWWAuthenticate
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
final case class Negotiate(authData: Option[String]) extends WWWAuthenticate
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
final case class SCRAM(realm: String, sid: String, data: String) extends WWWAuthenticate
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
final case class Unknown(scheme: String, realm: String, params: Map[String, String]) extends WWWAuthenticate
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
Types
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Definition Classes
In this article