GetOAuthAccessToken
Gets an authentication token from Zuora.
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The access token used for communication with Zuora. |
OAuthRefreshToken | String | The OAuth refresh token. This is the same as the access token in the case of Zuora. |
ExpiresIn | String | The remaining lifetime on the access token. A -1 denotes that it will not expire. |