5 instantiations of GoogleChallengeProperties
Microsoft.AspNetCore.Authentication.Test (5)
GoogleTests.cs (2)
172return context.ChallengeAsync("Google", new GoogleChallengeProperties 276return context.ChallengeAsync("Google", new GoogleChallengeProperties(new Dictionary<string, string>
OAuthChallengePropertiesTest.cs (3)
89var properties = new GoogleChallengeProperties() 109var properties = new GoogleChallengeProperties(); 135var properties = new GoogleChallengeProperties()
12 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);
Microsoft.AspNetCore.Authentication.Test (3)
OAuthChallengePropertiesTest.cs (3)
89var properties = new GoogleChallengeProperties() 109var properties = new GoogleChallengeProperties(); 135var properties = new GoogleChallengeProperties()