JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrscope = $scope; } /** * @return string */ public function getScope() { return $this->scope; } /** * @param string */ public function setServiceAccountEmail($serviceAccountEmail) { $this->serviceAccountEmail = $serviceAccountEmail; } /** * @return string */ public function getServiceAccountEmail() { return $this->serviceAccountEmail; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OAuthToken::class, 'Google_Service_CloudScheduler_OAuthToken');