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