apiKey = $apiKey; return true; } /** * Check API permissions using the API key, an endpoint and a method. */ public function isGranted($endpoint, $method) { return true; } /** * */ public function get() { return $apiKey; } } } ?>