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