Skip to contents

Removes the token from session memory and optionally from the system keyring.

Usage

clear_unitcm_token(keyring = FALSE)

Arguments

keyring

Logical. If TRUE, also remove from system keyring.

Value

Invisible NULL.

Examples

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