Custom

zio.http.endpoint.AuthType.Custom
final case class Custom[ClientReq](codec: HttpCodec[RequestType, ClientReq]) extends AuthType

Attributes

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

Members list

Type members

Types

type ClientRequirement = ClientReq

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def |[ClientReq2, ClientReq](that: AuthType { type ClientRequirement = ClientReq2; })(implicit alternator: WithOut[ClientRequirement, ClientReq2, ClientReq]): AuthType { type ClientRequirement = ClientReq; }

Attributes

Inherited from:
AuthType