credentials property

String? credentials
final

Basic Auth credentials if required for authentication purposes.

It should be a string of the format username:password. If you are using an appbase.io cluster, you will find credentials under the Security > API credentials section of the appbase.io dashboard. If you are not using an appbase.io cluster, credentials may not be necessary - although having open access to your Elasticsearch cluster is not recommended. If not defined, then value will be inherited from SearchBaseProvider.

Implementation

final String? credentials;