4 references to ForgetTwoFactorClientAsync
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
311await signInManager.ForgetTwoFactorClientAsync();
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
1094await Assert.ThrowsAsync<InvalidOperationException>(() => helper.ForgetTwoFactorClientAsync());
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
100await _signInManager.ForgetTwoFactorClientAsync();
Areas\Identity\Pages\V5\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
100await _signInManager.ForgetTwoFactorClientAsync();