box_fresh_auth: Re-authenticate to Box (interactive-app)

View source: R/boxr_auth.R

box_fresh_authR Documentation

Re-authenticate to Box (interactive-app)

Description

Deletes the cached token-file before trying to re-authenticate. This is often the solution to authentication problems.

Usage

box_fresh_auth(cache = "~/.boxr-oauth", ...)

Arguments

cache

A logical value or a string. TRUE means to cache using the default cache file .httr-oauth, FALSE means don't cache, and NA means to guess using some sensible heuristics. A string means use the specified path as the cache file.

...

Other arguments passed to box_auth().

Value

Invisible NULL, called for side effects.

See Also

box_auth() for the usual method of authentication.


brendan-r/boxr documentation built on April 12, 2024, 11:16 p.m.