Skip to content

tsoa-next / tsoa-next / Swagger / OAuth2SecurityFlow3

Interface: OAuth2SecurityFlow3

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

Extends

  • BaseSecurity

Properties

authorizationUrl?

ts
optional authorizationUrl?: string;

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


description?

ts
optional description?: string;

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

Inherited from

ts
BaseSecurity.description

scopes?

ts
optional scopes?: OAuthScope;

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


tokenUrl?

ts
optional tokenUrl?: string;

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

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