IOAuth2MetadataProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |