14 overrides of HandleAuthenticateAsync
Aspire.Dashboard (8)
Api\ApiAuthenticationHandler.cs (1)
34protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Authentication\Connection\ConnectionTypeAuthenticationHandler.cs (1)
16protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Authentication\FrontendCompositeAuthenticationHandler.cs (1)
19protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Authentication\OtlpApiKey\OtlpApiKeyAuthenticationHandler.cs (1)
22protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Authentication\OtlpCompositeAuthenticationHandler.cs (1)
22protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Authentication\UnsecuredAuthenticationHandler.cs (1)
18protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Mcp\McpApiKeyAuthenticationHandler.cs (1)
31protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Mcp\McpCompositeAuthenticationHandler.cs (1)
20protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Aspire.Hosting (1)
Dashboard\DashboardServiceAuth.cs (1)
35protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Authentication (2)
PolicySchemeHandler.cs (1)
53protected override Task<AuthenticateResult> HandleAuthenticateAsync()
RemoteAuthenticationHandler.cs (1)
192protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenHandler.cs (1)
24protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
200protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
194protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
1 reference to HandleAuthenticateAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
252_authenticateTask = HandleAuthenticateAsync();