googleAuthR function

googleAuthR: Easy Authentication with Google OAuth2 APIs

googleAuthR: Easy Authentication with Google OAuth2 APIs

Get more details on the googleAuthR website. package

Default options

These are the default options that you can override via options()

  • googleAuthR.batch_endpoint = "https://www.googleapis.com/batch"
  • googleAuthR.rawResponse = FALSE
  • googleAuthR.httr_oauth_cache = ".httr-oauth"
  • googleAuthR.verbose = 3
  • googleAuthR.client_id = NULL
  • googleAuthR.client_secret = NULL
  • googleAuthR.webapp.client_id = NULL
  • googleAuthR.webapp.client_secret = NULL
  • googleAuthR.webapp.port = 1221
  • googleAuthR.jsonlite.simplifyVector = TRUE
  • googleAuthR.scopes.selected = NULL
  • googleAuthR.skip_token_checks = FALSE
  • googleAuthR.ok_content_types=c("application/json; charset=UTF-8",("text/html; charset=UTF-8"))
  • googleAuthR.securitycode = paste0(sample(c(1:9, LETTERS, letters), 20,replace = T), collapse='')
  • googleAuthR.tryAttempts = 5

See Also

Useful links:

Author(s)

Maintainer : Erik Grönroos erik.gronroos@8-bit-sheep.com

Authors:

Other contributors:

  • Maintainer: Erik Grönroos
  • License: MIT + file LICENSE
  • Last published: 2024-05-22