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