1 write to NewPassword
Microsoft.AspNetCore.Identity (1)
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)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
243result = await userManager.ResetPasswordAsync(user, code, resetRequest.NewPassword);
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (2)
104Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)obj).NewPassword, 137writer.WriteString(PropName_NewPassword, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).NewPassword);