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