4 overrides of HandleRemoteAuthenticateAsync
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
64protected override async Task<HandleRequestResult> HandleRemoteAuthenticateAsync()
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectHandler.cs (1)
523protected override async Task<HandleRequestResult> HandleRemoteAuthenticateAsync()
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterHandler.cs (1)
58protected override async Task<HandleRequestResult> HandleRemoteAuthenticateAsync()
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
148protected override async Task<HandleRequestResult> HandleRemoteAuthenticateAsync()
1 reference to HandleRemoteAuthenticateAsync
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
87var authResult = await HandleRemoteAuthenticateAsync();