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
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
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 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
Attributes
- Definition Classes
In this article