MicrosoftIdentityUserAuthenticationMessageHandler 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.
A DelegatingHandler implementation that add an authorization header with a token on behalf of the current user.
public class MicrosoftIdentityUserAuthenticationMessageHandler : Microsoft.Identity.Web.MicrosoftIdentityAuthenticationBaseMessageHandler
type MicrosoftIdentityUserAuthenticationMessageHandler = class
inherit MicrosoftIdentityAuthenticationBaseMessageHandler
Public Class MicrosoftIdentityUserAuthenticationMessageHandler
Inherits MicrosoftIdentityAuthenticationBaseMessageHandler
- Inheritance
-
MicrosoftIdentityUserAuthenticationMessageHandler
Constructors
Properties
TokenAcquisition |
Gets the token acquisition service. (Inherited from MicrosoftIdentityAuthenticationBaseMessageHandler) |
Methods
GetOptionsForRequest(HttpRequestMessage) |
Gets the options for the specified request. (Inherited from MicrosoftIdentityAuthenticationBaseMessageHandler) |
SendAsync(HttpRequestMessage, CancellationToken) | Sends an HTTP request to the inner handler to send to the server as an asynchronous operation. |