trackdown_deauth: Clear current token

View source: R/trackdown_auth.R

trackdown_deauthR Documentation

Clear current token

Description

Clears any currently stored token. The next time trackdown needs a token, the token acquisition process starts over, with a fresh call to trackdown_auth() and, therefore, internally, a call to gargle::token_fetch(). Unlike some other packages that use gargle, trackdown is not usable in a de-authorized state. Therefore, calling trackdown_deauth() only clears the token, i.e. it does NOT imply that subsequent requests are made with an API key in lieu of a token.

Usage

trackdown_deauth()

See Also

Other auth functions: trackdown_auth_configure(), trackdown_auth()

Examples

## Not run: 
trackdown_deauth()
trackdown_user()

## End(Not run)


ekothe/trackdown documentation built on June 28, 2023, 4:57 p.m.