Skip to contents

Checks in order: (1) session value set via set_unitcm_token(), (2) environment variable UNITCM_TOKEN, (3) system keyring.

Usage

get_unitcm_token()

Value

A character string, or NULL if no token is found.

Examples

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