[I] OpenAPI3OAuth2SecurityScheme
defines an OAuth2 security scheme that can be used by the operations
Extends
Indexable
[key: `x-${string}`]: anyProperties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
| description? | string | A short description for security scheme. CommonMark syntax MAY be used for rich text representation. | OpenAPI3SecuritySchemeBase.description | 
| flows | OpenAPI3OAuthFlows | An object containing configuration information for the flow types supported. | - | 
| type | "oauth2" | - | - |