GetOAuthAccessToken
Retrieves the OAuth token required for Eloqua API calls.
Input
| Name | Type | Description |
| AuthMode | String | The type of authentication mode to use.
The default value is WEB. |
| CallbackUrl | String | The page to return the Exact Online app after authentication has been completed. |
| Verifier | String | The verifier returned after the user has authorized your app to have access to their data. This value will be returned as a parameter to the callback URL in GetOAuthAuthorizationURL. |
| State | String | An optional value that has meaning for your App. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The OAuth access token. |
| OAuthRefreshToken | String | A token that may be used to obtain a new access token. |
| ExpiresIn | String | The remaining lifetime on the access token. |