1 instantiation of OtlpApiKeyAuthenticationHandlerOptions
Aspire.Dashboard.Tests (1)
OtlpApiKeyAuthenticationHandlerTests.cs (1)
90
new TestOptionsMonitor<OtlpApiKeyAuthenticationHandlerOptions>(new
OtlpApiKeyAuthenticationHandlerOptions
()),
4 references to OtlpApiKeyAuthenticationHandlerOptions
Aspire.Dashboard (3)
Authentication\OtlpApiKey\OtlpApiKeyAuthenticationHandler.cs (2)
11
public class OtlpApiKeyAuthenticationHandler : AuthenticationHandler<
OtlpApiKeyAuthenticationHandlerOptions
>
17
public OtlpApiKeyAuthenticationHandler(IOptionsMonitor<DashboardOptions> dashboardOptions, IOptionsMonitor<
OtlpApiKeyAuthenticationHandlerOptions
> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
DashboardWebApplication.cs (1)
670
.AddScheme<
OtlpApiKeyAuthenticationHandlerOptions
, OtlpApiKeyAuthenticationHandler>(OtlpApiKeyAuthenticationDefaults.AuthenticationScheme, o => { })
Aspire.Dashboard.Tests (1)
OtlpApiKeyAuthenticationHandlerTests.cs (1)
90
new TestOptionsMonitor<
OtlpApiKeyAuthenticationHandlerOptions
>(new OtlpApiKeyAuthenticationHandlerOptions()),