AadIssuerValidatorOptions.HttpClientName 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.
Sets the name of the HttpClient to get from the IHttpClientFactory for use with the configuration manager. Needed when customizing the client such as configuring a proxy.
public string? HttpClientName { get; set; }
member this.HttpClientName : string with get, set
Public Property HttpClientName As String