Basic

zio.http.Header.Authorization.Basic
See theBasic companion object
final case class Basic(username: String, password: Secret) extends Authorization

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Header
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

override type Self = Authorization

Attributes

Inherited from:
Authorization

Value members

Inherited methods

Attributes

Inherited from:
Header
override def headerType: Typed[Authorization]

Attributes

Definition Classes
Inherited from:
Authorization

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Header
override def self: Self

Attributes

Definition Classes
Inherited from:
Authorization

Attributes

Inherited from:
Header