Variable SECURITY_SCHEMESConst
SECURITY_SCHEMES: {
API_KEY: "apiKey";
BEARER_AUTH: "bearerAuth";
SESSION_COOKIE: "sessionCookie";
} = ...
Type Declaration
ReadonlyAPI_KEY: "apiKey"
ReadonlyBEARER_AUTH: "bearerAuth"
ReadonlySESSION_COOKIE: "sessionCookie"
Security scheme identifiers for OpenAPI These reference the security scheme definitions in security.schemas.ts