2 references to PromptKey
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectChallengeProperties.cs (2)
60
get => GetParameter<string>(
PromptKey
);
61
set => SetParameter(
PromptKey
, value);