diario_retrieve_token {diario} | R Documentation |
Retrieve the API token for Diario
Description
This function retrieves the stored authentication token using the keyring
package.
If no valid token (or keyring) is found, it will return NULL
and print a message
in English indicating that no valid token was found.
Usage
diario_retrieve_token()
Value
A character string containing the API token, or NULL
if no valid token is found.
Examples
token <- diario_retrieve_token()
[Package diario version 0.1.0 Index]