10 references to SignOutAsync
Aspire.Dashboard (1)
DashboardEndpointsBuilder.cs (1)
39
await Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions.
SignOutAsync
(
Microsoft.AspNetCore.Identity (9)
SecurityStampValidator.cs (1)
160
await SignInManager.Context.
SignOutAsync
(IdentityConstants.TwoFactorRememberMeScheme);
SignInManager.cs (8)
311
await Context.
SignOutAsync
(AuthenticationScheme);
315
await Context.
SignOutAsync
(IdentityConstants.ExternalScheme);
319
await Context.
SignOutAsync
(IdentityConstants.TwoFactorUserIdScheme);
716
await Context.
SignOutAsync
(IdentityConstants.TwoFactorUserIdScheme);
789
await Context.
SignOutAsync
(IdentityConstants.TwoFactorRememberMeScheme);
862
await Context.
SignOutAsync
(IdentityConstants.ExternalScheme);
867
await Context.
SignOutAsync
(IdentityConstants.TwoFactorUserIdScheme);
1249
await Context.
SignOutAsync
(IdentityConstants.ExternalScheme);