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