zio.http.Header.WWWAuthenticate
See theWWWAuthenticate companion trait
object WWWAuthenticate extends HeaderType
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- 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
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
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WWWAuthenticatetrait Headerclass Objecttrait Matchableclass AnyShow all
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
Types
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- HeaderType
Attributes
- Inherited from:
- HeaderType
Attributes
- Definition Classes
- Inherited from:
- HeaderType
In this article