HPZone_store_credentials: Safely stores the HPZone API details, so you don't need to put them in your script. The default OS keyring backend is used through the keyring-package. Values are stored in an encrypted format to prevent harvesting by other applications.
Note that the actual values are not supplied as arguments, but requested using rstudioapi password prompts.
Description
Safely stores the HPZone API details, so you don't need to put them in your script. The default OS keyring backend is used through the keyring-package. Values are stored in an encrypted format to prevent harvesting by other applications.
Note that the actual values are not supplied as arguments, but requested using rstudioapi password prompts.
if (FALSE) {
# simply execute this line to store credentialsHPZone_store_credentials()
# after use, setup can be ran without arguments:HPZone_setup()
}