powered by
Get a human-oriented overview of the existing gargle OAuth tokens:
Filepath of the current cache
Number of tokens found there
Compact summary of the associated
Email = Google identity
OAuth app (actually, just its nickname)
Scopes
Hash (actually, just the first 7 characters) Mostly useful for the development of gargle and client packages.
gargle_oauth_sitrep(cache = NULL)
Specifies the OAuth token cache. Defaults to the option named "gargle_oauth_cache", retrieved via gargle::gargle_oauth_cache().
gargle::gargle_oauth_cache()
A data frame with one row per cached token, invisibly.
# NOT RUN { gargle_oauth_sitrep() # }
Run the code above in your browser using DataLab