RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication.
Input
Name | Type | Description |
OAuthRefreshToken | String | A token that may be used to obtain a new access token. |
Scope | String | The scope of access to the API.
The default value is me roster cost timesheet user financial department platform leave unavailability datastream device qualifications settings organisation personal. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The authentication token returned from the data source. This can be used in subsequent calls to other operations for this particular service. |
OAuthRefreshToken | String | The authentication token returned from the data source. This can be used in subsequent calls to other operations for this particular service. |
ExpiresIn | String | The remaining lifetime on the access token. |