RefreshOAuthAccessToken
Internal procedure to get new token from Azure IdP.
Input
| Name | Type | Required | Description |
| OAuthRefreshToken | String | True | An active refresh token. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The access token. |
| OAuthRefreshToken | String | The refresh token. |
| ExpiresIn | String | The remaining lifetime on the access token. A -1 denotes that it will not expire. |