Description Usage Arguments Value Functions
Get and set stored tokens
Set stored token
1 2 3 4 5 6 7 | set_stored_token(
account_set,
token_type = c(REFRESH_TOKEN, ACCESS_TOKEN),
value = NULL
)
get_stored_token(account_set, token_type = c(REFRESH_TOKEN, ACCESS_TOKEN))
|
account_set |
an account_set object |
token_type |
what type of token to store? Either REFRESH_TOKEN or ACCESS_TOKEN. |
value |
The value to store. If blank, the user will be prompted for a token. |
get_stored_token returns an account_set object
get_stored_token
: get stored tokens
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.