4 references to GetParameter
Aspire.Dashboard (2)
Authentication\AspirePolicyEvaluator.cs (2)
58else if (result.Properties?.GetParameter<bool>(SuppressChallengeKey) ?? false) 109if (authenticationResult.Failure != null && (authenticationResult.Properties?.GetParameter<bool>(SuppressChallengeKey) ?? false))
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthChallengeProperties.cs (1)
43get => GetParameter<ICollection<string>>(ScopeKey)!;
OAuthHandler.cs (1)
302var scopeParameter = properties.GetParameter<ICollection<string>>(OAuthChallengeProperties.ScopeKey);