Interface ICredentialStore
Methods
lookup
- lookup(correlationId: string, key: string, callback: function): void
-
Parameters
-
correlationId: string
-
key: string
-
callback: function
Returns void
store
- store(correlationId: string, key: String, credential: CredentialParams, callback: function): void
-
Parameters
-
correlationId: string
-
key: String
-
-
callback: function
Returns void
Interface for credential stores which are used to store and lookup credentials to authenticate against external services.
CredentialParams
ConnectionParams