4 writes to LoginHint
Microsoft.AspNetCore.Authentication.Test (4)
GoogleTests.cs (2)
185LoginHint = "test@example.com", 294LoginHint = "test@example.com",
OAuthChallengePropertiesTest.cs (2)
93LoginHint = "test@example.com", 125properties.LoginHint = null;
3 references to LoginHint
Microsoft.AspNetCore.Authentication.Test (3)
OAuthChallengePropertiesTest.cs (3)
100Assert.Equal("test@example.com", properties.LoginHint); 116Assert.Equal("test@example.com", properties.LoginHint); 126Assert.Null(properties.LoginHint);