/var/www/flurhymez/vendor/google/apiclient-services/src/CloudScheduler
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudScheduler/OAuthToken.php (1423B)
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_CloudScheduler_OAuthToken');