MicrosoftIdentityAuthenticationMessageHandlerHttpClientBuilderExtensions Class
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.
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. |