You are here

public function GoogleAnalyticsReportsApiFeed::setVerifier in Google Analytics Reports 8.3

OAuth step #3: Fetch access token.

Set the verifier property.

File

google_analytics_reports_api/src/GoogleAnalyticsReportsApiFeed.php, line 437

Class

GoogleAnalyticsReportsApiFeed
Class GoogleAnalyticsReportsApiFeed.

Namespace

Drupal\google_analytics_reports_api

Code

public function setVerifier($verifier) {
  $this->verifier = $verifier;
}