tsoa-next / @tsoa-next/runtime / Swagger / OAuth2ApplicationSecurity
Interface: OAuth2ApplicationSecurity
Defined in: packages/runtime/src/swagger/swagger.ts:536
Extends
BaseOAuthSecurity
Properties
description?
ts
optional description?: string;Defined in: packages/runtime/src/swagger/swagger.ts:479
Inherited from
ts
BaseOAuthSecurity.descriptionflow
ts
flow: "application";Defined in: packages/runtime/src/swagger/swagger.ts:538
scopes?
ts
optional scopes?: OAuthScope;Defined in: packages/runtime/src/swagger/swagger.ts:489
Inherited from
ts
BaseOAuthSecurity.scopestokenUrl
ts
tokenUrl: string;Defined in: packages/runtime/src/swagger/swagger.ts:539
type
ts
type: "oauth2";Defined in: packages/runtime/src/swagger/swagger.ts:537
