Or

zio.http.endpoint.AuthType.Or
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

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

Concrete fields

override val codec: HttpCodec[RequestType, ClientReq]