Saltar al contenido

tsoa-next / tsoa-next / Swagger / OAuth2ApplicationSecurity

Interfaz: OAuth2ApplicationSecurity

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

Extensión

  • BaseOAuthSecurity

Propiedades

description?

ts
optional description?: string;

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

Inhered from

ts
BaseOAuthSecurity.description

flow

ts
flow: "application";

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


scopes?

ts
optional scopes?: OAuthScope;

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

Inhered from

ts
BaseOAuthSecurity.scopes

tokenUrl

ts
tokenUrl: string;

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


type

ts
type: "oauth2";

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

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.