Module api_key

Module api_key 

Source
Expand description

API key management for secure credential handling and storage

This module provides secure API key management with support for:

  • Storing keys in config files
  • Environment variable overrides
  • Key rotation support
  • Secure error messages that don’t expose credentials

Structs§

ApiKeyManager
Manages API keys for providers with support for secure storage and retrieval