lookup method Null safety

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

Lookups credential parameters by its key.

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