AuthScheme
The type of authentication to use when connecting to Apache CouchDB.
Possible Values
Basic, JWT, NoneData Type
string
Default Value
"Basic"
Remarks
- Basic: Set this to use basic User/Password authentication.
- JWT: JWT token authentication.
- None: No authentication is used.