Implemented interface member:
method
AuthenticateAsync
Microsoft.AspNetCore.Authentication.IAuthenticationHandler.AuthenticateAsync()
4 references to AuthenticateAsync
Aspire.Dashboard.Tests (4)
OtlpApiKeyAuthenticationHandlerTests.cs (4)
25var result = await handler.AuthenticateAsync().DefaultTimeout(); 39var result = await handler.AuthenticateAsync().DefaultTimeout(); 53var result = await handler.AuthenticateAsync().DefaultTimeout(); 70var result = await handler.AuthenticateAsync().DefaultTimeout();