This module handles the secure management of Spotify API credentials (client ID and secret)
required for all API operations. It provides functions for setting, retrieving, and validating
these credentials throughout the application.
Features:
Secure in-memory credential storage
Validation of credential presence
Error handling for missing credentials
Protection against invalid or incomplete credentials
Description
Spotify API Credentials Manager
This module handles the secure management of Spotify API credentials (client ID and secret) required for all API operations. It provides functions for setting, retrieving, and validating these credentials throughout the application.
Features:
Usage: