resetPassword method

Future resetPassword (
  1. String correlationId,
  2. String userId,
  3. String code,
  4. String password
)

Resets a password.

  • correlationId (optional) transaction id to trace execution through call chain.
  • userId an id of password.
  • code a code.
  • password a password. Return Future that receives null for success.