2 references to OtlpApiKeyAuthenticationDefaults
Aspire.Dashboard (2)
Authentication\OtlpCompositeAuthenticationHandler.cs (1)
46
yield return
OtlpApiKeyAuthenticationDefaults
.AuthenticationScheme;
DashboardWebApplication.cs (1)
670
.AddScheme<OtlpApiKeyAuthenticationHandlerOptions, OtlpApiKeyAuthenticationHandler>(
OtlpApiKeyAuthenticationDefaults
.AuthenticationScheme, o => { })