3 references to SetQueryParam
Microsoft.AspNetCore.Authentication.Google (3)
GoogleHandler.cs (3)
74SetQueryParam(queryStrings, properties, GoogleChallengeProperties.ScopeKey, FormatScope, Options.Scope); 79SetQueryParam(queryStrings, properties, GoogleChallengeProperties.IncludeGrantedScopesKey, v => v?.ToString(CultureInfo.InvariantCulture).ToLowerInvariant(), (bool?)null); 119=> SetQueryParam(queryStrings, properties, name, x => x, defaultValue);