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