RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication with PingOne.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | Set this to the token value that expired. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The OAuth access token used for communication with PingOne. |
| OAuthRefreshToken | String | The OAuth refresh token for generating a new access token and refresh token after the current ones expires. |
| ExpiresIn | Int | The remaining lifetime on the access token. A -1 denotes that it will not expire. |