5 types derived from RemoteAuthenticationTests
Microsoft.AspNetCore.Authentication.Test (5)
FacebookTests.cs (1)
22public class FacebookTests : RemoteAuthenticationTests<FacebookOptions>
GoogleTests.cs (1)
22public class GoogleTests : RemoteAuthenticationTests<GoogleOptions>
MicrosoftAccountTests.cs (1)
23public class MicrosoftAccountTests : RemoteAuthenticationTests<MicrosoftAccountOptions>
OAuthTests.cs (1)
18public class OAuthTests : RemoteAuthenticationTests<OAuthOptions>
TwitterTests.cs (1)
21public class TwitterTests : RemoteAuthenticationTests<TwitterOptions>