Table of Contents

Class AadIssuerValidatorOptions

Namespace
Microsoft.Identity.Web
Assembly
Microsoft.Identity.Web.dll

Options passed-in to create the AadIssuerValidator object.

public class AadIssuerValidatorOptions
Inheritance
AadIssuerValidatorOptions
Inherited Members

Constructors

AadIssuerValidatorOptions()

public AadIssuerValidatorOptions()

Properties

HttpClientName

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; }

Property Value

string