3 references to PromptKey
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectChallengeProperties.cs (2)
60get => GetParameter<string>(PromptKey); 61set => SetParameter(PromptKey, value);
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
571properties.SetParameter(OpenIdConnectChallengeProperties.PromptKey, "login");