This is a function to authorize the R package to access APIs interactively. To learn more about the privacy policy for ottrpal [read here](https://www.ottrproject.org/privacypolicy.html)
authorize(app_name = NULL, cache = FALSE, ...)
API token saved to the environment or the cache so it can be grabbed by functions
if (FALSE) { # \dontrun{
authorize()
authorize("github")
authorize("google")
} # }