oauth-auth
Use the oauth-auth stanza entry to specify Whether Open Authentication (OAuth) is enabled.
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: Required when we configure OAuth authentication.
Default value
Default is none. By default, OAuth authentication is disabled.
Example:
oauth-auth = none