AuthScheme Parameter (Connect-Wordpress Cmdlet)
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.
Syntax
Connect-Wordpress -AuthScheme string
Possible Values
Basic, OAuthData Type
cstr
Default Value
"Basic"
Remarks
- Basic: Set this to use Basic user / password authentication.
- OAuth: Set this to perform OAuth authentication..