IOAuth2MetadataProvider Interface

Definition

TEMPORARY compatibility interface for accessing OAuth2 metadata URL support introduced for OpenAPI 3.2. This exists to avoid adding new members to IOpenApiSecurityScheme in a minor release, which is binary breaking for existing compiled consumers.

public interface IOAuth2MetadataProvider
type IOAuth2MetadataProvider = interface
Public Interface IOAuth2MetadataProvider
Derived

Properties

Name Description
OAuth2MetadataUrl

URL to the OAuth2 Authorization Server Metadata document (RFC 8414). Note: This field is supported in OpenAPI 3.2.0+ only.

Applies to