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