IMicrosoftIdentityAuthenticationDelegatingHandlerFactory.CreateAppHandler Method
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.
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.