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)
74
SetQueryParam(queryStrings, properties,
GoogleChallengeProperties
.ScopeKey, FormatScope, Options.Scope);
75
SetQueryParam(queryStrings, properties,
GoogleChallengeProperties
.AccessTypeKey, Options.AccessType);
76
SetQueryParam(queryStrings, properties,
GoogleChallengeProperties
.ApprovalPromptKey);
77
SetQueryParam(queryStrings, properties,
GoogleChallengeProperties
.PromptParameterKey);
78
SetQueryParam(queryStrings, properties,
GoogleChallengeProperties
.LoginHintKey);
79
SetQueryParam(queryStrings, properties,
GoogleChallengeProperties
.IncludeGrantedScopesKey, v => v?.ToString(CultureInfo.InvariantCulture).ToLowerInvariant(), (bool?)null);