RefreshOAuthAccessToken
Since Adobe Analytics does not support refresh tokens, this procedure re-initiates the OAuth flow by calling GetOAuthAccessToken.
Input
| Name | Type | Required | Description |
| OAuthRefreshToken | String | False | Set this to some test value. It won't make a difference since this procedure will start the OAuth flow from start.
The default value is test. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The authentication token returned from AdobeAnalytics. This can be used in subsequent calls to other operations for this particular service. |
| ExpiresIn | String | The remaining lifetime on the access token. |