sf_auth_refresh {salesforcer} | R Documentation |
Refresh an existing Authorized Salesforce Token
Description
Force the current OAuth to refresh. This is only needed for times when you load the token from outside the current working directory, it is expired, and you're running in non-interactive mode.
Usage
sf_auth_refresh(verbose = FALSE)
Arguments
verbose |
|
Value
a Token2.0
object (an S3 class provided by httr
) or a
a character string of the sessionId element of the current authorized
API session
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.2 Index]