Freigeben über


IMicrosoftIdentityAuthenticationDelegatingHandlerFactory.CreateUserHandler Method

Definition

Creates an instance of a DelegatingHandler that adds an authorization header with a token on behalf of the current user.

public System.Net.Http.DelegatingHandler CreateUserHandler (string? serviceName);
abstract member CreateUserHandler : string -> System.Net.Http.DelegatingHandler
Public Function CreateUserHandler (serviceName As String) As DelegatingHandler

Parameters

serviceName
String

Name of the service describing the downstream web API. Used to retrieve the appropriate config section.

Returns

The DelegatingHandler.

Applies to