zio.http.endpoint.AuthType
See theAuthType companion trait
object AuthType
Attributes
Members list
Type members
Classlikes
final case class Custom[ClientReq](codec: HttpCodec[RequestType, ClientReq]) extends AuthType
final case class ScopedAuth[ClientReq](authType: AuthType { type ClientRequirement = ClientReq; }, _scopes: List[String]) extends AuthType
Inherited and Abstract types
The names of the product elements
The name of the type
In this article