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