تخطي إلى المحتوى

tsoa-next / @tsoa-next/runtime / Swagger / OAuth2AccessCodeSecurity

Interface: OAuth2AccessCodeSecurity

محددة في: packages/runtime/src/swagger/swagger.ts:542

التذييلات

  • BaseOAuthSecurity

الممتلكات

authorizationUrl

ts
authorizationUrl: string;

محددة في: packages/runtime/src/swagger/swagger.ts:546


description?

ts
optional description?: string;

محددة في: packages/runtime/src/swagger/swagger.ts:479

Inherited from

ts
BaseOAuthSecurity.description

flow

ts
flow: "accessCode";

محددة في: packages/runtime/src/swagger/swagger.ts:544


scopes?

ts
optional scopes?: OAuthScope;

محددة في: packages/runtime/src/swagger/swagger.ts:489

Inherited from

ts
BaseOAuthSecurity.scopes

tokenUrl

ts
tokenUrl: string;

محددة في: packages/runtime/src/swagger/swagger.ts:545


type

ts
type: "oauth2";

محددة في: packages/runtime/src/swagger/swagger.ts:543

Contributors

No contributors

Changelog

No recent changes

توليد OpenAPI وتوليد المسارات والتحقق وقت التشغيل مع اعتماد TypeScript أولاً.