1 write to NewPassword
Microsoft.AspNetCore.Identity (1)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
106
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)obj).
NewPassword
,
139
writer.WriteString(PropName_NewPassword, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).
NewPassword
);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
297
result = await userManager.ResetPasswordAsync(user, code, resetRequest.
NewPassword
);