Skip to content

tsoa-next / @tsoa-next/runtime / Swagger / OAuth2Security3

Interface: OAuth2Security3

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

Extends

  • BaseSecurity

Properties

description?

ts
optional description?: string;

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

Inherited from

ts
BaseSecurity.description

flows

ts
flows: OAuthFlow;

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


type

ts
type: "oauth2";

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

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