Skip to content

tsoa-next / tsoa-next / Swagger / OpenIDSecurity

Interface: OpenIDSecurity

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

Extends

  • BaseSecurity

Properties

description?

ts
optional description?: string;

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

Inherited from

ts
BaseSecurity.description

openIdConnectUrl

ts
openIdConnectUrl: string;

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


type

ts
type: "openIdConnect";

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

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