3 references to DoTwoFactorSignInAsync
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
829return await DoTwoFactorSignInAsync(twoFactorInfo.User, twoFactorInfo, isPersistent: false, rememberClient: false); 917return await DoTwoFactorSignInAsync(user, twoFactorInfo, isPersistent, rememberClient); 981return await DoTwoFactorSignInAsync(user, twoFactorInfo, isPersistent, rememberClient);