gargle_oauth_sitrep {gargle}R Documentation

OAuth token situation report

Description

Get a human-oriented overview of the existing gargle OAuth tokens:

Usage

gargle_oauth_sitrep(cache = NULL)

Arguments

cache

Specifies the OAuth token cache. Defaults to the option named "gargle_oauth_cache", retrieved via gargle::gargle_oauth_cache().

Value

A data frame with one row per cached token, invisibly.

Examples

gargle_oauth_sitrep()

[Package gargle version 0.4.0 Index]