You are here

public function GoogleAnalyticsCounterAuthManagerInterface::isAuthenticated in Google Analytics Counter 8.3

Check to make sure we are authenticated with google.

Return value

bool True if there is a refresh token set.

1 method overrides GoogleAnalyticsCounterAuthManagerInterface::isAuthenticated()
GoogleAnalyticsCounterAuthManager::isAuthenticated in src/GoogleAnalyticsCounterAuthManager.php
Check to make sure we are authenticated with google.

File

src/GoogleAnalyticsCounterAuthManagerInterface.php, line 21

Class

GoogleAnalyticsCounterAuthManagerInterface
Class GoogleAnalyticsAuthManager.

Namespace

Drupal\google_analytics_counter

Code

public function isAuthenticated();