restrictedClientApplication = $restrictedClientApplication; } /** * @return Application */ public function getRestrictedClientApplication() { return $this->restrictedClientApplication; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClientScope::class, 'Google_Service_AccessContextManager_ClientScope');