7 overrides of SupportsSignIn
Microsoft.AspNetCore.Authentication.Test (7)
FacebookTests.cs (1)
26protected override bool SupportsSignIn { get => false; }
GoogleTests.cs (1)
26protected override bool SupportsSignIn { get => false; }
JwtBearerTests.cs (1)
31protected override bool SupportsSignIn { get => false; }
JwtBearerTests_Handler.cs (1)
31protected override bool SupportsSignIn { get => false; }
MicrosoftAccountTests.cs (1)
27protected override bool SupportsSignIn { get => false; }
OAuthTests.cs (1)
22protected override bool SupportsSignIn { get => false; }
TwitterTests.cs (1)
25protected override bool SupportsSignIn { get => false; }
5 references to SupportsSignIn
Microsoft.AspNetCore.Authentication.Test (5)
SharedAuthenticationTests.cs (5)
70if (SupportsSignIn) 84if (SupportsSignIn) 370if (SupportsSignIn) 439if (SupportsSignIn) 513if (SupportsSignIn)