AuthScheme

The type of authentication to use when connecting to Couchbase.

Possible Values

Auto, Basic, CredentialsFile, SSLCertificate

Data Type

string

Default Value

"Auto"

Remarks

  • Auto: This option is deprecated and included only for compatibility.
  • Basic: Uses HTTP Basic authentication with User and Password.
  • CredentialsFile: Uses a credentials file. This will require that the CredentialsFile property be set.
  • SSLCertificate: Uses SSL client certificate authentication. Requires that UseSSL be enabled and that SSLClientCert and SSLClientCertType be set.

Note that only Basic authentication is supported when using the "Cloud" ConnectionMode.