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