AuthType

zio.http.endpoint.AuthType
See theAuthType companion trait
object AuthType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
AuthType.type

Members list

Type members

Classlikes

case object Basic extends AuthType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AuthType
class Object
trait Matchable
class Any
Show all
Self type
Basic.type
case object Bearer extends AuthType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AuthType
class Object
trait Matchable
class Any
Show all
Self type
Bearer.type
final case class Custom[ClientReq](codec: HttpCodec[RequestType, ClientReq]) extends AuthType

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AuthType
class Object
trait Matchable
class Any
Show all
case object Digest extends AuthType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AuthType
class Object
trait Matchable
class Any
Show all
Self type
Digest.type
case object None extends AuthType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AuthType
class Object
trait Matchable
class Any
Show all
Self type
None.type
final case class Or[ClientReq1, ClientReq2, ClientReq](auth1: AuthType { type ClientRequirement = ClientReq1; }, auth2: AuthType { type ClientRequirement = ClientReq2; }, alternator: WithOut[ClientReq1, ClientReq2, ClientReq]) extends AuthType

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AuthType
class Object
trait Matchable
class Any
Show all
final case class ScopedAuth[ClientReq](authType: AuthType { type ClientRequirement = ClientReq; }, _scopes: List[String]) extends AuthType

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AuthType
class Object
trait Matchable
class Any
Show all

Types

type Basic = Basic.type
type Bearer = Bearer.type
type None = None.type

Inherited and Abstract 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