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