1 write to _handler
CustomAuthorizationFailureResponse (1)
Authorization\SampleAuthorizationMiddlewareResultHandler.cs (1)
22
_handler
= new AuthorizationMiddlewareResultHandler();
1 reference to _handler
CustomAuthorizationFailureResponse (1)
Authorization\SampleAuthorizationMiddlewareResultHandler.cs (1)
62
await
_handler
.HandleAsync(requestDelegate, httpContext, authorizationPolicy, policyAuthorizationResult);