zio.http.Header.Authorization
See theAuthorization companion trait
object Authorization extends HeaderType
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
-
Authorization.type
Members list
Type members
Classlikes
final case class Basic(username: String, password: Secret) extends Authorization
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Authorizationtrait Headerclass Objecttrait Matchableclass AnyShow all
object Basic extends HeaderType
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
-
Basic.type
final case class Bearer(token: Secret) extends Authorization
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Authorizationtrait Headerclass Objecttrait Matchableclass AnyShow all
object Bearer extends HeaderType
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait HeaderTypetrait HeaderTypeBaseclass Objecttrait Matchableclass AnyShow all
- Self type
-
Bearer.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Authorizationtrait Headerclass Objecttrait Matchableclass AnyShow all
Attributes
final case class Unparsed(authScheme: String, authParameters: Secret) extends Authorization
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Authorizationtrait 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