1 reference to PasswordSignInAsync
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
99
var result = await signInManager.
PasswordSignInAsync
(login.Email, login.Password, isPersistent, lockoutOnFailure: true);