pub fn load_custom_api_keys(
providers: &[String],
mode: AuthCredentialsStoreMode,
) -> Result<BTreeMap<String, String>>Expand description
Load all custom API keys from secure storage.
Returns a map of provider → API key for those that have stored keys.