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