1 implementation of HandleRequestAsync
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
75public virtual async Task<bool> HandleRequestAsync()
1 reference to HandleRequestAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationMiddleware.cs (1)
53if (handler != null && await handler.HandleRequestAsync())