IAuthorizationMiddlewareResultHandler Interface

Definition

Allow custom handling of authorization and handling of the authorization response.

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

Methods

HandleAsync(RequestDelegate, HttpContext, AuthorizationPolicy, PolicyAuthorizationResult)

Evaluates the authorization requirement and processes the authorization result.

Applies to