3 references to ApiAuthenticationHandlerOptions
Aspire.Dashboard (3)
Api\ApiAuthenticationHandler.cs (2)
21
IOptionsMonitor<
ApiAuthenticationHandlerOptions
> options,
24
: AuthenticationHandler<
ApiAuthenticationHandlerOptions
>(options, loggerFactory, encoder)
DashboardWebApplication.cs (1)
791
.AddScheme<
ApiAuthenticationHandlerOptions
, ApiAuthenticationHandler>(ApiAuthenticationHandler.AuthenticationScheme, o => { })