1 write to Password
Microsoft.AspNetCore.Identity (1)
_generated\7\IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.LoginRequest(){ Email = (string)args[0], Password = (string)args[1] },
3 references to Password
Microsoft.AspNetCore.Identity (3)
_generated\7\IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (2)
83Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)obj).Password, 155writer.WriteString(PropName_Password, ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)value).Password);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
99var result = await signInManager.PasswordSignInAsync(login.Email, login.Password, isPersistent, lockoutOnFailure: true);