set_token | R Documentation |
This function allows you to save your Egnyter authorisation token
(which you can get using authenticate_user
) and Egnyte domain
to your R options which means you will not have to reference them every time you
use Egnyter.
set_token(domain, app_key, username, password)
domain |
the URL of your Egnyte domain |
app_key |
API key of your Egnyte application |
app_secret |
API secret key of your Egnyte application |
username |
user's Egnyte username |
password |
user's Egnyte password |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.