You are here

public function gapi::getAuthToken in Google Analytics Statistics 7

Same name and namespace in other branches
  1. 7.x inc/gapi.class.php \gapi::getAuthToken()

Return the auth token, used for storing the auth token in the user session

Return value

String

File

includes/gapi.class.php, line 73

Class

gapi
GAPI - Google Analytics PHP Interface

Code

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