Saltar al contenido

tsoa-next / tsoa-next / Swagger / OAuth2AccessCodeSecurity

Interfaz: OAuth2AccesCodeSecurity

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

Extensión

  • BaseOAuthSecurity

Propiedades

authorizationUrl

ts
authorizationUrl: string;

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


description?

ts
optional description?: string;

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

Inhered from

ts
BaseOAuthSecurity.description

flow

ts
flow: "accessCode";

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


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


type

ts
type: "oauth2";

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

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.