AuthScheme
The type of authentication to use when connecting to Couchbase.
Possible Values
Basic, CredentialsFile, SSLCertificateデータ型
string
デフォルト値
"Basic"
解説
- 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.