pub fn migrate_custom_api_keys(
custom_api_keys: &BTreeMap<String, String>,
mode: AuthCredentialsStoreMode,
) -> Result<BTreeMap<String, bool>>Expand description
Migrate plain-text API keys from a config map into secure storage.
Returns a map of provider → success/failure.