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