oauth-auth
Use the oauth-auth stanza entry to specify whether Open Authentication (OAuth) is enabled.
Syntax
oauth-auth = {http | https | both | none} Description
Enables authentication with OAuth mechanism.
Options
- http
- Enable OAuth over HTTP.
- https
- Enable OAuth over HTTPS.
- both
- Enable OAuth over both HTTP and HTTPS.
- none
- Disable OAuth.
Usage
This stanza entry is required when you configure OAuth authentication.
Default value
The default value is none. By default, OAuth authentication is disabled.
Example
oauth-auth = none