You are here

public function gapi::revokeToken in Google Analytics Statistics 7.2

Revoke the current auth token, rendering it invalid for future requests

Return value

Boolean

File

includes/gapi.class.php, line 81

Class

gapi
GAPI - Google Analytics PHP Interface

Code

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