Skip to content

This function retrieves the stored authentication token using the keyring package.

Usage

diario_retrieve_token()

Value

A character string containing the API token.

Examples

# \donttest{
if (FALSE) { # \dontrun{
token <- diario_retrieve_token()
} # }
# }