Asynchronously load credentials required to login to secure on-premise NoSQL database.
Promise resolved with KVStoreCredentials or rejected with an error. Properties of type Buffer such as password will be erased once the store login is performed.
Generated using TypeDoc
This interface may be implemented by applications to allow obtaining KVStoreCredentials required to login to on-premise store in a secure manner. KVStoreCredentialsProvider is set as credentials property of KVStoreAuthConfig. Instead of a class implementing this interface, you may also set credentials to a function with the signature of loadCredentials.