Skip to content

OS2SecurityApiKey

@tsed/openspec

Usage

typescript
import { OS2SecurityApiKey } from "@tsed/openspec";

See /packages/specs/openspec/src/types/openspec2/OS2Security.ts.

Overview

ts
interface OS2SecurityApiKey extends OS2SecurityBase {
    type: "apiKey";
    name: string;
    in: "query" | "header";
}

type

ts
type: "apiKey";

name

ts
name: string;

in

ts
in: "query" | "header";

Released under the MIT License.