Saltar al contenido

tsoa-next / tsoa-next / Swagger / OAuth2PasswordSecurity

Interfaz: OAuth2PasswordSecurity

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

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: "password";

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


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:533


type

ts
type: "oauth2";

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

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.