3 references to DoTwoFactorSignInAsync
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
823
return await
DoTwoFactorSignInAsync
(twoFactorInfo.User, twoFactorInfo, isPersistent: false, rememberClient: false);
911
return await
DoTwoFactorSignInAsync
(user, twoFactorInfo, isPersistent, rememberClient);
975
return await
DoTwoFactorSignInAsync
(user, twoFactorInfo, isPersistent, rememberClient);