IAuthenticationHandlerProvider Interface

Definition

Provides the appropriate IAuthenticationHandler instance for the authenticationScheme and request.

public interface class IAuthenticationHandlerProvider
public interface IAuthenticationHandlerProvider
type IAuthenticationHandlerProvider = interface
Public Interface IAuthenticationHandlerProvider
Derived

Methods

GetHandlerAsync(HttpContext, String)

Returns the handler instance that will be used.

Applies to