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

Interface APIKeyAuth

src/lib/store-helpers/authentication-headers.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * Modelled on a Security Scheme Object https://spec.openapis.org/oas/v3.1.0#security-scheme-object
13 */
14export interface APIKeyAuth extends Authentication {
15 type: "apiKey";
16 name: string;
17}
18
19export interface APIKeyAuthHeader extends APIKeyAuth {
20 in: "header";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected