AuthScheme
The type of authentication to use when connecting to Apache CouchDB.
Possible Values
Basic, JWT, Noneデータ型
string
デフォルト値
"Basic"
解説
- Basic: Set this to use basic User/Password authentication.
- JWT: JWT token authentication.
- None: No authentication is used.