4 writes to Prompt
Microsoft.AspNetCore.Authentication.Test (3)
OAuthChallengePropertiesTest.cs (2)
69Prompt = "login" 82properties.Prompt = null;
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
548Prompt = "login",
OpenIdConnectSample (1)
Startup.cs (1)
300Prompt = "login",
3 references to Prompt
Microsoft.AspNetCore.Authentication.Test (3)
OAuthChallengePropertiesTest.cs (3)
71Assert.Equal("login", properties.Prompt); 80Assert.Equal("consent", properties.Prompt); 83Assert.Null(properties.Prompt);