public function gapi::getTokenInfo in Google Analytics Statistics 7.2
Return the auth token information from the Google service
Return value
Array
File
- includes/
gapi.class.php, line 72
Class
- gapi
- GAPI - Google Analytics PHP Interface
Code
public function getTokenInfo() {
return $this->auth_method
->getTokenInfo();
}