This is a function to authorize the R package to access the Google Slides API interactively.
authorize(token = NULL, cache = FALSE, ...)
An output from oauth2.0_token
to set as the authentication token.
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
if (FALSE) {
authorize()
}