Skip to content

tsoa-next / @tsoa-next/runtime / Swagger / BasicSecurity

Interface: BasicSecurity

Defined in: packages/runtime/src/swagger/swagger.ts:497

Extends

  • BaseSecurity

Properties

description?

ts
optional description?: string;

Defined in: packages/runtime/src/swagger/swagger.ts:479

Inherited from

ts
BaseSecurity.description

type

ts
type: "basic";

Defined in: packages/runtime/src/swagger/swagger.ts:498

TypeScript-first OpenAPI generation, route generation, and runtime validation.