AuthScheme
Whether to use Basic Authentication or OAuth Authentication when connecting to Wordpress. Basic authentication is only supported over HTTPS. If using Basic authentication, the credentials will be sent as query parameters with every request.
Possible Values
Basic, OAuthData Type
string
Default Value
"Basic"
Remarks
- Basic: Set this to use Basic user / password authentication.
- OAuth: Set this to perform OAuth authentication..