googleAuthR (version 0.8.1)

googleAuthR: googleAuthR: Easy Authentication with Google OAuth2 APIs

Description

Get more details on the googleAuthR website.

Arguments

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.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