1 implementation of ConnectionTypes
Aspire.Dashboard (1)
Authentication\Connection\ConnectionTypeMiddleware.cs (1)
32public required List<ConnectionType> ConnectionTypes { get; init; }
2 references to ConnectionTypes
Aspire.Dashboard (2)
Authentication\Connection\ConnectionTypeAuthenticationHandler.cs (1)
25if (!connectionTypeFeature.ConnectionTypes.Contains(Options.RequiredConnectionType))
Model\BrowserSecurityHeadersMiddleware.cs (1)
67if (feature == null || !feature.ConnectionTypes.Contains(ConnectionType.Otlp))