3 references to McpCompositeAuthenticationHandlerOptions
Aspire.Dashboard (3)
DashboardWebApplication.cs (1)
700
.AddScheme<
McpCompositeAuthenticationHandlerOptions
, McpCompositeAuthenticationHandler>(McpCompositeAuthenticationDefaults.AuthenticationScheme, o => { })
Mcp\McpCompositeAuthenticationHandler.cs (2)
15
IOptionsMonitor<
McpCompositeAuthenticationHandlerOptions
> options,
18
: AuthenticationHandler<
McpCompositeAuthenticationHandlerOptions
>(options, logger, encoder)