3 references to ForgetTwoFactorClientAsync
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
309await signInManager.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();