3 references to IncludeGrantedScopesKey
Microsoft.AspNetCore.Authentication.Google (3)
GoogleChallengeProperties.cs (2)
83get => GetParameter<bool?>(IncludeGrantedScopesKey); 84set => SetParameter(IncludeGrantedScopesKey, value);
GoogleHandler.cs (1)
79SetQueryParam(queryStrings, properties, GoogleChallengeProperties.IncludeGrantedScopesKey, v => v?.ToString(CultureInfo.InvariantCulture).ToLowerInvariant(), (bool?)null);