4 writes to Prompt
Microsoft.AspNetCore.Authentication.Test (4)
GoogleTests.cs (2)
184Prompt = "consent", 293Prompt = "consent",
OAuthChallengePropertiesTest.cs (2)
94Prompt = "login", 128properties.Prompt = null;
3 references to Prompt
Microsoft.AspNetCore.Authentication.Test (3)
OAuthChallengePropertiesTest.cs (3)
102Assert.Equal("login", properties.Prompt); 117Assert.Equal("login", properties.Prompt); 129Assert.Null(properties.Prompt);