IMicrosoftIdentityAuthenticationDelegatingHandlerFactory.CreateUserHandler 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 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.