6 references to TwoFactorRecoveryCodeSignInAsync
Identity.ExternalClaims (1)
Pages\Account\LoginWithRecoveryCode.cshtml.cs (1)
71var result = await _signInManager.TwoFactorRecoveryCodeSignInAsync(recoveryCode);
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
523var result = await _signInManager.TwoFactorRecoveryCodeSignInAsync(model.Code);
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
109result = await signInManager.TwoFactorRecoveryCodeSignInAsync(login.TwoFactorRecoveryCode);
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
549var result = await helper.TwoFactorRecoveryCodeSignInAsync(bypassCode);
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\LoginWithRecoveryCode.cshtml.cs (1)
109var result = await _signInManager.TwoFactorRecoveryCodeSignInAsync(recoveryCode);
Areas\Identity\Pages\V5\Account\LoginWithRecoveryCode.cshtml.cs (1)
109var result = await _signInManager.TwoFactorRecoveryCodeSignInAsync(recoveryCode);