1 write to NewPassword
Microsoft.AspNetCore.Identity (1)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest(){ Email = (string)args[0], ResetCode = (string)args[1], NewPassword = (string)args[2] },
3 references to NewPassword
Microsoft.AspNetCore.Identity (3)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (2)
106Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)obj).NewPassword, 139writer.WriteString(PropName_NewPassword, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).NewPassword);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
297result = await userManager.ResetPasswordAsync(user, code, resetRequest.NewPassword);