Refreshes the OAuth token or session id after the session has expired. Your OAuth application must
have the refresh_token scope enabled.
Input
| Name |
Type
|
Description
|
| OAuthRefreshToken
|
String
|
The refresh token returned when the OAuth Token was first created.
|
Result Set Columns
| Name |
Type |
Description
|
| Instance_Url
|
String
|
Instance of Salesforce the OAuth token is valid for.
|
| OAuthAccessToken
|
String
|
The OAuth token.
|
| Id
|
String
|
Id associated with the OAuth Token.
|
| Issued_At
|
String
|
When the OAuth Token was issued.
|
| Signature
|
String
|
Signature of the OAuth Token.
|
| ExpiresIn
|
String
|
The remaining lifetime on the access token. A -1 denotes that it will not expire.
|