Skip to contents

Check whether a refresh token has been set for the current session or is available in the environment.

Usage

mobdb_has_key()

Value

Logical. TRUE if a token is configured, FALSE otherwise.

Examples

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