Securely stores VALD API credentials in the system keyring and saves non-sensitive configuration to a JSON config file in the user's home directory for reuse across sessions.
set_credentials(client_id, client_secret, tenant_id, region)
Invisibly returns TRUE if credentials and configuration were saved successfully.
Your VALD API Client ID (stored securely in keyring)
Your VALD API Client Secret (stored securely in keyring)
Your VALD Tenant ID
The VALD data region code (e.g., "aue", "use", "euw")
Sensitive values (client ID and secret) are never written to disk and are retrieved securely from the keyring when needed.