R/auth.R
bs_deauth.Rd
Removes cached credentials from the current session and optionally from disk.
bs_deauth(clear_cache = TRUE)
If TRUE (default), also removes the cached token from disk.
TRUE
Invisibly returns TRUE.
if (FALSE) { # \dontrun{ bs_deauth() } # }