RefreshOAuthAccessToken
Use this procedure to refresh the access token.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | Set this to the refresh token you received during the authentication flow, such as by calling GetOAuthAccessToken. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The authentication token returned from Okta. This can be used in subsequent calls to other operations for this particular service. |
| OAuthRefreshToken | String | The OAuth refresh token, used to refresh the access token. |
| ExpiresIn | String | The remaining lifetime on the access token. |