3 references to SignInOrTwoFactorAsync
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
403
? await
SignInOrTwoFactorAsync
(user, isPersistent)
675
return await
SignInOrTwoFactorAsync
(assertionResult.User, isPersistent: false, bypassTwoFactor: true);
1060
return await
SignInOrTwoFactorAsync
(user, isPersistent, loginProvider, bypassTwoFactor);