namespace Microsoft.AspNetCore.Authorization.Infrastructure {
public class PassThroughAuthorizationHandler : IAuthorizationHandler {
+ public PassThroughAuthorizationHandler(IOptions<AuthorizationOptions> options);
public Task HandleAsync(AuthorizationHandlerContext context);
}
}