lookup abstract method

Future<CredentialParams?> lookup(
  1. String? correlationId,
  2. String? key
)

Lookups credential parameters by its key.

  • correlationId (optional) transaction id to trace execution through call chain.
  • key a key to uniquely identify the credential. Return Future that receives found credential Throw error.

Implementation

Future<CredentialParams?> lookup(String? correlationId, String? key);