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