7 overrides of SupportsSignOut
Microsoft.AspNetCore.Authentication.Test (7)
FacebookTests.cs (1)
27
protected override bool
SupportsSignOut
{ get => false; }
GoogleTests.cs (1)
27
protected override bool
SupportsSignOut
{ get => false; }
JwtBearerTests.cs (1)
32
protected override bool
SupportsSignOut
{ get => false; }
JwtBearerTests_Handler.cs (1)
32
protected override bool
SupportsSignOut
{ get => false; }
MicrosoftAccountTests.cs (1)
28
protected override bool
SupportsSignOut
{ get => false; }
OAuthTests.cs (1)
23
protected override bool
SupportsSignOut
{ get => false; }
TwitterTests.cs (1)
26
protected override bool
SupportsSignOut
{ get => false; }
5 references to SupportsSignOut
Microsoft.AspNetCore.Authentication.Test (5)
SharedAuthenticationTests.cs (5)
60
if (
SupportsSignOut
)
127
if (
SupportsSignOut
)
360
if (
SupportsSignOut
)
429
if (
SupportsSignOut
)
503
if (
SupportsSignOut
)