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