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

tsoa-next / @tsoa-next/runtime / Swagger / OAuth2PasswordSecurity

Interface: OAuth2PasswordSecurity

Defined in: packages/runtime/src/swagger/swagger.ts:530

التذييلات

  • BaseOAuthSecurity

الممتلكات

description?

ts
optional description?: string;

Defined in: packages/runtime/src/swagger/swagger.ts:479

Inherited from

ts
BaseOAuthSecurity.description

flow

ts
flow: "password";

Defined in: packages/runtime/src/swagger/swagger.ts:532


scopes?

ts
optional scopes?: OAuthScope;

Defined in: packages/runtime/src/swagger/swagger.ts:489

Inherited from

ts
BaseOAuthSecurity.scopes

tokenUrl

ts
tokenUrl: string;

Defined in: packages/runtime/src/swagger/swagger.ts:533


type

ts
type: "oauth2";

Defined in: packages/runtime/src/swagger/swagger.ts:531

Contributors

No contributors

Changelog

No recent changes

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