MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions Class

Definition

Extension for IHttpClientBuilder for startup initialization of Microsoft Identity authentication handlers.

public static class MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions
type MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions = class
Public Module MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions
Inheritance
MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions

Methods

AddMicrosoftIdentityAppAuthenticationHandler(IHttpClientBuilder, String, Action<MicrosoftIdentityAuthenticationMessageHandlerOptions>)

Adds a named Microsoft Identity application authentication message handler initialized with delegates.

AddMicrosoftIdentityAppAuthenticationHandler(IHttpClientBuilder, String, IConfiguration)

Adds a named Microsoft Identity application authentication message handler related to a specific configuration section.

AddMicrosoftIdentityUserAuthenticationHandler(IHttpClientBuilder, String, Action<MicrosoftIdentityAuthenticationMessageHandlerOptions>)

Adds a named Microsoft Identity user authentication message handler initialized with delegates.

AddMicrosoftIdentityUserAuthenticationHandler(IHttpClientBuilder, String, IConfiguration)

Adds a named Microsoft Identity user authentication message handler related to a specific configuration section.

Applies to