AuthScheme Parameter (Connect-Cloudant Cmdlet)
The type of authentication to use when connecting to Cloudant.
Syntax
Connect-Cloudant -AuthScheme string
Possible Values
OAuthAPIKey, Basic, OAuthData Type
cstr
Default Value
"OAuthAPIKey"
Remarks
- OAuthAPIkey: Set this to perform OAuthAPIkey authentication. For this method you will need the APIKey and URL of Cloudant instance.
- Basic: Set this to use BASIC user / password authentication.
- OAuth: Deprecated. Set this to perform OAuth authentication. For this method you will need the APIKey and URL of Cloudant instance.