9 references to GoogleChallengeProperties
Microsoft.AspNetCore.Authentication.Google (9)
GoogleChallengeProperties.cs (3)
39/// Initializes a new instance of <see cref="GoogleChallengeProperties"/>. 45/// Initializes a new instance of <see cref="GoogleChallengeProperties"/>. 53/// Initializes a new instance of <see cref="GoogleChallengeProperties"/>.
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);