OAuth2Options.OAuth2MetadataUrl property

Gets or sets the OAuth2 authorization server metadata URL (RFC 8414). This is used for OpenAPI metadata and optional endpoint discovery.

public string? OAuth2MetadataUrl { get; set; }

See Also