3 references to DoTwoFactorSignInAsync
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
832return await DoTwoFactorSignInAsync(twoFactorInfo.User, twoFactorInfo, isPersistent: false, rememberClient: false); 920return await DoTwoFactorSignInAsync(user, twoFactorInfo, isPersistent, rememberClient); 984return await DoTwoFactorSignInAsync(user, twoFactorInfo, isPersistent, rememberClient);