GetOAuthAccessToken
Gets an authentication token from IBM Cloud. The connection property ApiKey must be specified when calling this stored procedure.
Input
| Name | Type | Required | Description |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The access token used for communication with IBM Cloud. |
| OAuthRefreshToken | String | The OAuth refresh token. This is the same as the access token in the case of IBM Cloud. |
| ExpiresIn | String | The remaining lifetime on the access token. A -1 denotes that it will not expire. |