tsoa-next / tsoa-next / Swagger / OAuth2PasswordSecurity
Interface: OAuth2PasswordSecurity
Defined in: packages/runtime/src/swagger/swagger.ts:530
Extends
BaseOAuthSecurity
Properties
description?
ts
optional description?: string;Defined in: packages/runtime/src/swagger/swagger.ts:479
Inherited from
ts
BaseOAuthSecurity.descriptionflow
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.scopestokenUrl
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
