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