Custom Data in change password call

Is it possible to pass custom data object (extraParams) in webAuth.changePassword call and have that data reach the reset password screen.

Flow:

  1. user selects forgot password
  2. screen executes webAuth.changePassword and includes some custom data object (the extraParams passed to the login screen)
  3. user clicks link in email
  4. user taken to reset password screen WITH the custom data object

Is this possible?