4 overrides of HandleSignOutAsync
Microsoft.AspNetCore.Authentication (1)
PolicySchemeHandler.cs (1)
49protected override Task HandleSignOutAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenHandler.cs (1)
92protected override Task HandleSignOutAsync(AuthenticationProperties? properties) => Task.CompletedTask;
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
381protected override async Task HandleSignOutAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
212protected override Task HandleSignOutAsync(AuthenticationProperties? properties)
1 reference to HandleSignOutAsync
Microsoft.AspNetCore.Authentication (1)
SignOutAuthenticationHandler.cs (1)
42: HandleSignOutAsync(properties ?? new AuthenticationProperties());