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