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