Skip to content

Setup oauth authentication for your gmail

Usage

gmail_auth(
  scope = c("read_only", "modify", "compose", "full"),
  id = the$id,
  secret = the$secret,
  secret_file = NULL
)

Arguments

scope

the authentication scope to use

id

the client_id to use for authentication

secret

the client secret to use for authentication

secret_file

the secret json file downloaded from https://console.cloud.google.com

See also

use_secret_file to set the default id and secret to a different value than the default.

Examples

if (FALSE) {
gmail_auth("compose")
}