3 references to OtlpCompositeAuthenticationHandlerOptions
Aspire.Dashboard (3)
Authentication\OtlpCompositeAuthenticationHandler.cs (2)
17
IOptionsMonitor<
OtlpCompositeAuthenticationHandlerOptions
> options,
20
: AuthenticationHandler<
OtlpCompositeAuthenticationHandlerOptions
>(options, logger, encoder)
DashboardWebApplication.cs (1)
669
.AddScheme<
OtlpCompositeAuthenticationHandlerOptions
, OtlpCompositeAuthenticationHandler>(OtlpCompositeAuthenticationDefaults.AuthenticationScheme, o => { })