Description Usage Arguments Value Examples
View source: R/myTarRefreshToken.R
Refresh Access Token
1 | myTarRefreshToken(old_auth = NULL, client_id = NULL, client_secret = NULL)
|
old_auth |
Your old auth object. See |
client_id |
Your client ID |
client_secret |
Your client secret |
No return value, called for side effects
1 2 3 4 5 6 | ## Not run:
auth <- myTarRefreshToken(old_auth = myTargetAuth,
client_id = "xxxx",
client_secret = "xxxx.")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.