Skip to content

[I] OpenAPI3OpenIdConnectSecurityScheme

OpenIdConnect SecurityScheme

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
openIdConnectUrlstringOpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL.-
type"openIdConnect"OpenID Connect-