box_fresh_auth {boxr} | R 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. |
... |
Other arguments passed to |
Value
Invisible NULL
, called for side effects.
See Also
box_auth()
for the usual method of authentication.
[Package boxr version 0.3.6 Index]