scopes = $scopes; } /** * @return string[] */ public function getScopes() { return $this->scopes; } /** * @param string */ public function setSystemProviderId($systemProviderId) { $this->systemProviderId = $systemProviderId; } /** * @return string */ public function getSystemProviderId() { return $this->systemProviderId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProviderOAuthConfig::class, 'Google_Service_DeveloperConnect_ProviderOAuthConfig');