1 reference to PasswordSignInAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
442
return await
PasswordSignInAsync
(user, password, isPersistent, lockoutOnFailure);