Freigeben über


IMicrosoftIdentityAuthenticationDelegatingHandlerFactory.CreateAppHandler Method

Definition

Creates an instance of a DelegatingHandler that adds an authorization header with a token for an application.

public System.Net.Http.DelegatingHandler CreateAppHandler (string? serviceName);
abstract member CreateAppHandler : string -> System.Net.Http.DelegatingHandler
Public Function CreateAppHandler (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