[I] OpenAPI3OpenIdConnectSecurityScheme
OpenIdConnect SecurityScheme
Extends
Indexable
[key: `x-${string}`]: any
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
description? | string | A short description for security scheme. CommonMark syntax MAY be used for rich text representation. | OpenAPI3SecuritySchemeBase .description |
openIdConnectUrl | string | OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL. | - |
type | "openIdConnect" | OpenID Connect | - |