Skip to content

[I] OpenAPI3OAuth2SecurityScheme

defines an OAuth2 security scheme that can be used by the operations

Extends

Indexable

[key: `x-${string}`]: any

Properties

PropertyTypeDescriptionInherited from
description?stringA short description for security scheme. CommonMark syntax MAY be used for rich text representation.OpenAPI3SecuritySchemeBase.description
flowsOpenAPI3OAuthFlowsAn object containing configuration information for the flow types supported.-
type"oauth2"--