OpenApiSecurityScheme.OAuth2MetadataUrl Property
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.
URL to the OAuth2 Authorization Server Metadata document (RFC 8414). Note: This field is supported in OpenAPI 3.2.0+ only.
public Uri? OAuth2MetadataUrl { get; set; }
member this.OAuth2MetadataUrl : Uri with get, set
Public Property OAuth2MetadataUrl As Uri