Skip to content

This function securely stores the authentication token using the keyring package.

Usage

diario_store_token(token)

Arguments

token

A non-empty character string containing the API token.

Value

No return value, called for side effects.

Examples

# \donttest{
if (FALSE) { # \dontrun{
diario_store_token("your-api-token")
} # }
# }