6 overrides of HandleChallengeAsync
Aspire.Dashboard (2)
Api\ApiAuthenticationHandler.cs (1)
109protected override Task HandleChallengeAsync(AuthenticationProperties properties)
Authentication\FrontendCompositeAuthenticationHandler.cs (1)
35protected override async Task HandleChallengeAsync(AuthenticationProperties properties)
Microsoft.AspNetCore.Authentication (1)
PolicySchemeHandler.cs (1)
37protected override Task HandleChallengeAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenHandler.cs (1)
58protected override Task HandleChallengeAsync(AuthenticationProperties properties)
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
475protected override async Task HandleChallengeAsync(AuthenticationProperties properties)
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
263protected override async Task HandleChallengeAsync(AuthenticationProperties properties)
2 references to HandleChallengeAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
316await HandleChallengeAsync(properties);
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenHandler.cs (1)
61return base.HandleChallengeAsync(properties);