Authentication overview
Added in v2.1.0
Table of contents
interceptor
Basic
Signature
export declare const Basic: (username: string, password: string) => Effect.Effect<Response, HttpError, Chain>
Added in v2.1.0
BearerToken
Signature
export declare const BearerToken: (token: string) => Effect.Effect<Response, HttpError, Chain>
Added in v2.1.0