setPassword abstract method

Future setPassword(
  1. String? correlationId,
  2. String userId,
  3. String password
)

Sets a password.

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

Implementation

Future setPassword(String? correlationId, String userId, String password);