dotnet-api-diff

Microsoft.AspNetCore.Authorization.Infrastructure

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