getPasswordInfo abstract method

Future<UserPasswordInfoV1?> getPasswordInfo(
  1. String? correlationId,
  2. String userId
)

Gets a password infomation.

  • correlationId (optional) transaction id to trace execution through call chain.
  • userId an id of password to be retrieved. Return Future that receives a password info. Throws error.

Implementation

Future<UserPasswordInfoV1?> getPasswordInfo(
    String? correlationId, String userId);