RefreshOAuthAccessToken
Gets the Wordpress authorization URL. Access the URL returned in the output in a Web browser. This requests the access token that can be used as part of the connection string to Wordpress.
Input
Name | Type | Description |
OAuthRefreshToken | String | The refresh token returned with the previous access token. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The access token used for communication with Wordpress. |
ExpiresIn | String | The remaining lifetime on the access token. |
OAuthRefreshToken | String | The refresh token used for communication with Wordpress. |