GetOAuthAccessToken
Gets an authentication token from Eloqua.
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. |
GrantType | String | The type of authorization to be granted for your app.
The allowed values are code, password, refresh_token. The default value is code. |
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. |