1 write to Password
Microsoft.AspNetCore.Identity (1)
_generated\7\IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
83
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)obj).
Password
,
155
writer.WriteString(PropName_Password, ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)value).
Password
);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
99
var result = await signInManager.PasswordSignInAsync(login.Email, login.
Password
, isPersistent, lockoutOnFailure: true);