3 references to PromptParameterKey
Microsoft.AspNetCore.Authentication.Google (3)
GoogleChallengeProperties.cs (2)
101get => GetParameter<string>(PromptParameterKey); 102set => SetParameter(PromptParameterKey, value);
GoogleHandler.cs (1)
77SetQueryParam(queryStrings, properties, GoogleChallengeProperties.PromptParameterKey);