/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTasks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudTasks/OAuthToken.php (1415B)
scope = $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_CloudTasks_OAuthToken');