RefreshOAuthAccessToken
Adobe Analytics does not support refreshing token. So, this stored procedure will call the GetOAuthAccessToken procedure internally, to initiate OAuth flow from the start.
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.
デフォルト値は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. |