Skip to contents

Removes cached credentials from the current session and optionally from disk.

Usage

bs_deauth(clear_cache = TRUE)

Arguments

clear_cache

If TRUE (default), also removes the cached token from disk.

Value

Invisibly returns TRUE.

Examples

# \donttest{
if (bs_has_token()) {
bs_deauth()
}
# }