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