pub fn provider_env_vars(provider: &str) -> Vec<&'static str>Expand description
Legacy convenience: env vars for an api-key provider. Delegates to
provider_class; returns empty for oauth-class providers (their
resolution path doesn’t go through string-secret env-var injection)
and for unknown providers.