Skip to content

tsoa-next / tsoa-next / Swagger / OAuth2ApplicationSecurity

Interface: OAuth2ApplicationSecurity

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

Extends

  • BaseOAuthSecurity

Properties

description?

ts
optional description?: string;

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

Inherited from

ts
BaseOAuthSecurity.description

flow

ts
flow: "application";

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


scopes?

ts
optional scopes?: OAuthScope;

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

Inherited from

ts
BaseOAuthSecurity.scopes

tokenUrl

ts
tokenUrl: string;

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


type

ts
type: "oauth2";

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

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