You are here

public function gapiOAuth2::getToken in Google Analytics Statistics 7.2

Return the auth token string retrieved from Google

Return value

String

File

includes/gapi.class.php, line 650

Class

gapiOAuth2
OAuth2 Google API authentication

Code

public function getToken() {
  return $this->auth_token;
}