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データ型
string
デフォルト値
"Basic"
解説
- Basic: Set this to use Basic user / password authentication.
- OAuth: Set this to perform OAuth authentication..