3 references to DoTwoFactorSignInAsync
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
850return await DoTwoFactorSignInAsync(twoFactorInfo.User, twoFactorInfo, isPersistent: false, rememberClient: false); 938return await DoTwoFactorSignInAsync(user, twoFactorInfo, isPersistent, rememberClient); 1002return await DoTwoFactorSignInAsync(user, twoFactorInfo, isPersistent, rememberClient);