Implemented interface member:
method
HandleRequestAsync
Microsoft.AspNetCore.Authentication.IAuthenticationRequestHandler.HandleRequestAsync()
2 overrides of HandleRequestAsync
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
89public override Task<bool> HandleRequestAsync()
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
67public override Task<bool> HandleRequestAsync()
3 references to HandleRequestAsync
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
65/// Gets a value that determines if the current authentication request should be handled by <see cref="HandleRequestAsync" />.
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
100return base.HandleRequestAsync();
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
78return base.HandleRequestAsync();