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

if (FALSE) { # \dontrun{
bs_deauth()
} # }