Skip to content

tsoa-next / tsoa-next / Swagger / OAuth2ImplicitSecurity

Interface: OAuth2ImplicitSecurity

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

Extends

  • BaseOAuthSecurity

Properties

authorizationUrl

ts
authorizationUrl: string;

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


description?

ts
optional description?: string;

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

Overrides

ts
BaseOAuthSecurity.description

flow

ts
flow: "implicit";

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


scopes?

ts
optional scopes?: OAuthScope;

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

Inherited from

ts
BaseOAuthSecurity.scopes

type

ts
type: "oauth2";

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

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