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