You are here

public function gapi::getToken in Google Analytics Statistics 7.2

Return the auth token string retrieved by Google

Return value

String

File

includes/gapi.class.php, line 63

Class

gapi
GAPI - Google Analytics PHP Interface

Code

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