5 instantiations of GoogleChallengeProperties
Microsoft.AspNetCore.Authentication.Test (5)
12 references to GoogleChallengeProperties
Microsoft.AspNetCore.Authentication.Google (9)
GoogleHandler.cs (6)
74SetQueryParam(queryStrings, properties, GoogleChallengeProperties.ScopeKey, FormatScope, Options.Scope);
75SetQueryParam(queryStrings, properties, GoogleChallengeProperties.AccessTypeKey, Options.AccessType);
76SetQueryParam(queryStrings, properties, GoogleChallengeProperties.ApprovalPromptKey);
77SetQueryParam(queryStrings, properties, GoogleChallengeProperties.PromptParameterKey);
78SetQueryParam(queryStrings, properties, GoogleChallengeProperties.LoginHintKey);
79SetQueryParam(queryStrings, properties, GoogleChallengeProperties.IncludeGrantedScopesKey, v => v?.ToString(CultureInfo.InvariantCulture).ToLowerInvariant(), (bool?)null);
Microsoft.AspNetCore.Authentication.Test (3)