lookup method Null safety

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

Looks up component credential parameters. If credentials are configured to be retrieved from Credential store it finds a ICredentialStore and lookups credentials there.

  • correlationId (optional) transaction id to trace execution through call chain. Returrn Future that receives resolved credential. Throw error