You are here

public function gapi::getAuthToken in Google Analytics Statistics 7.x

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

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

Return value

String

File

inc/gapi.class.php, line 71

Class

gapi
GAPI - Google Analytics PHP Interface

Code

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