Creates a new ConfigDependencies instance.
string[] $format_providers: The serialization format providers, keyed by format.
string[] $auth_providers: The authentication providers, keyed by ID.
public function __construct(array $format_providers, array $auth_providers) { $this->formatProviders = $format_providers; $this->authProviders = $auth_providers; }