跳到内容

tsoa-next / @tsoa-next/runtime / Swagger / OAuth2ImplicitSecurity

接口: OAuth2 非法安全

定义如下: packages/runtime/src/swagger/swagger.ts:523

扩展

  • BaseOAuthSecurity

属性

authorizationUrl

ts
authorizationUrl: string;

定义如下: packages/runtime/src/swagger/swagger.ts:527


description?

ts
optional description?: string;

定义如下: packages/runtime/src/swagger/swagger.ts:525

覆盖

ts
BaseOAuthSecurity.description

flow

ts
flow: "implicit";

定义如下: packages/runtime/src/swagger/swagger.ts:526


scopes?

ts
optional scopes?: OAuthScope;

定义如下: packages/runtime/src/swagger/swagger.ts:489

继承自

ts
BaseOAuthSecurity.scopes

type

ts
type: "oauth2";

定义如下: packages/runtime/src/swagger/swagger.ts:524

贡献者

暂无相关贡献者

页面历史

暂无最近变更历史

以 TypeScript 为先的 OpenAPI 生成、路由生成与运行时验证。