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