MCPcopy
hub / github.com/AndrewWalsh/openapi-devtools / HTTPAuth

Interface HTTPAuth

src/lib/store-helpers/authentication-http.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * Modelled on a Security Scheme Object https://spec.openapis.org/oas/v3.1.0#security-scheme-object
7 */
8export interface HTTPAuth extends Authentication {
9 type: "http";
10}
11
12export interface BearerAuthHeader extends HTTPAuth {
13 scheme: "Bearer";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected