pub fn configuration_environment_issues(
setup: &ProviderSetupManifest,
) -> Vec<String>Expand description
Validate the allowlisted environment names for non-secret setup fields. This is intentionally separate from credential sources: a public OAuth client id must never be mistaken for an access token or stored in the credential index.