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, OAuth, OAuthClientData Type
string
Default Value
"Basic"
Remarks
- Basic: Set this to use Basic user / password authentication.
- OAuth: Set this to perform OAuth authentication..
- OAuthClient: Set this to perform OAuth authentication with Client Credentials grant type.