Share via


MicrosoftIdentityAuthenticationBaseMessageHandler Class

Definition

Base class for Microsoft Identity authentication message handlers.

public class MicrosoftIdentityAuthenticationBaseMessageHandler : System.Net.Http.DelegatingHandler
type MicrosoftIdentityAuthenticationBaseMessageHandler = class
    inherit DelegatingHandler
Public Class MicrosoftIdentityAuthenticationBaseMessageHandler
Inherits DelegatingHandler
Inheritance
MicrosoftIdentityAuthenticationBaseMessageHandler
Derived

Constructors

Name Description
MicrosoftIdentityAuthenticationBaseMessageHandler(ITokenAcquisition, IOptionsMonitor<MicrosoftIdentityAuthenticationMessageHandlerOptions>, String)

Initializes a new instance of the MicrosoftIdentityAuthenticationBaseMessageHandler class.

Properties

Name Description
TokenAcquisition

Gets the token acquisition service.

Methods

Name Description
GetOptionsForRequest(HttpRequestMessage)

Gets the options for the specified request.

Applies to