gar_auto_auth | R Documentation |
This helper function lets you use environment variables to auto-authenticate on package load, intended for calling by gar_attach_auto_auth
gar_auto_auth(required_scopes, environment_var = "GAR_AUTH_FILE")
required_scopes |
Required scopes needed to authenticate - needs to match at least one |
environment_var |
Name of environment var that contains auth file path The authentication file can be a You can use this in your code to authenticate from a file location specified in file, but it is mainly intended to be called on package load via gar_attach_auto_auth.
|
an OAuth token object, specifically a
Token2.0
, invisibly
Help files for .onAttach
Other authentication functions:
gar_attach_auto_auth()
,
gar_auth()
,
gar_auth_service()
,
gar_gce_auth()
,
get_google_token()
,
should_skip_token_checks()
,
token_exists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.