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