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

MicrosoftIdentityAuthenticationBaseMessageHandler(ITokenAcquisition, IOptionsMonitor<MicrosoftIdentityAuthenticationMessageHandlerOptions>, String)

Initializes a new instance of the MicrosoftIdentityAuthenticationBaseMessageHandler class.

Properties

TokenAcquisition

Gets the token acquisition service.

Methods

GetOptionsForRequest(HttpRequestMessage)

Gets the options for the specified request.

Applies to