View source: R/create_access_token.R
create_access_token | R Documentation |
Generation of access token for OPS authentication. The access token expires every 20 minutes.
create_access_token(consumer_key, consumer_secret_key)
consumer_key |
Alphanumeric consumer key provided by OPS |
consumer_secret_key |
Alphanumeric secret provided by OPS |
Access token in a string format
## Not run: create_access_token(consumer_key, consumer_secret_key)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.