You are here

public function GoogleAnalyticsCounterFeed::isAuthenticated in Google Analytics Counter 8.3

Check if object is authenticated with Google.

File

src/GoogleAnalyticsCounterFeed.php, line 110

Class

GoogleAnalyticsCounterFeed
Authorize access and request data from Google Analytics Core Reporting API.

Namespace

Drupal\google_analytics_counter

Code

public function isAuthenticated() {
  return !empty($this->accessToken);
}