Learn R Programming

valdr (version 2.1.0)

load_credentials: Load Stored VALD API Credentials and Configuration (with retry logic)

Description

Loads the saved VALD API configuration from the user's config file and retrieves sensitive credentials securely from the system keyring.

Usage

load_credentials(verbose = TRUE)

Value

Invisibly returns TRUE if credentials and configuration were loaded successfully, FALSE otherwise.

Arguments

verbose

Logical; if TRUE, prints messages on load status (default FALSE). Internal function (not designed to be used directly by end users)

Details

Also ensures that API endpoints are kept up to date for the current package version (e.g. when new endpoints are added), and persists any repaired endpoint configuration back to disk (non-sensitive fields only).