Saltar al contenido

tsoa-next / tsoa-next / Swagger / OAuth2ImplicitSecurity

Interfaz: OAuth2ImplicitSecurity

Definido en: packages/runtime/src/swagger/swagger.ts:523

Extensión

  • BaseOAuthSecurity

Propiedades

authorizationUrl

ts
authorizationUrl: string;

Definido en: packages/runtime/src/swagger/swagger.ts:527


description?

ts
optional description?: string;

Definido en: packages/runtime/src/swagger/swagger.ts:525

Anulaciones

ts
BaseOAuthSecurity.description

flow

ts
flow: "implicit";

Definido en: packages/runtime/src/swagger/swagger.ts:526


scopes?

ts
optional scopes?: OAuthScope;

Definido en: packages/runtime/src/swagger/swagger.ts:489

Inhered from

ts
BaseOAuthSecurity.scopes

type

ts
type: "oauth2";

Definido en: packages/runtime/src/swagger/swagger.ts:524

Contributors

No contributors

Changelog

No recent changes

Generación de OpenAPI, generación de rutas y validación en tiempo de ejecución con prioridad en TypeScript.