IMicrosoftIdentityAuthenticationDelegatingHandlerFactory Interface

Definition

Interface to a class that provides the DelegatingHandler that adds an authorization header with a token for the application.

public interface IMicrosoftIdentityAuthenticationDelegatingHandlerFactory
type IMicrosoftIdentityAuthenticationDelegatingHandlerFactory = interface
Public Interface IMicrosoftIdentityAuthenticationDelegatingHandlerFactory

Methods

CreateAppHandler(String)

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

CreateUserHandler(String)

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

Applies to