IAuthorizationHandlerProvider Interface

Definition

A type which can provide the IAuthorizationHandlers for an authorization request.

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

Methods

GetHandlersAsync(AuthorizationHandlerContext)

Return the handlers that will be called for the authorization request.

Applies to