authorize | R Documentation |
This is a function to authorize the R package to access the Googleclassroom API interactively.
authorize(token = NULL, cache = FALSE, ...)
token |
an output from oauth2.0_token to set as the authentication token. |
cache |
Should the token be cached as an .httr-oauth file? |
... |
additional arguments to send to oauth2.0_token |
OAuth token saved to the environment so the package can use the users' Google data
## Not run:
authorize()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.