3 references to FrontendCompositeAuthenticationHandlerOptions
Aspire.Dashboard (3)
Authentication\FrontendCompositeAuthenticationHandler.cs (2)
14
IOptionsMonitor<
FrontendCompositeAuthenticationHandlerOptions
> options,
17
: AuthenticationHandler<
FrontendCompositeAuthenticationHandlerOptions
>(options, logger, encoder)
DashboardWebApplication.cs (1)
668
.AddScheme<
FrontendCompositeAuthenticationHandlerOptions
, FrontendCompositeAuthenticationHandler>(FrontendCompositeAuthenticationDefaults.AuthenticationScheme, o => { })