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