Home
last modified time | relevance | path

Searched refs:revokeToken (Results 1 – 6 of 6) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php54 public function revokeToken($token) function in Google\\AccessToken\\Revoke
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php780 public function revokeToken($token = null) function in Google\\Client
784 return $tokenRevoker->revokeToken($token ?: $this->getAccessToken());
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php299 public function revokeToken($token = null) { function in Google_OAuth2
H A DGoogle_Auth.php35 abstract public function revokeToken(); function in Google_Auth
H A DGoogle_AuthNone.php39 public function revokeToken() {/* noop*/} function in Google_AuthNone
/plugin/authgoogle/google/
H A DGoogle_Client.php321 public function revokeToken($token = null) { function in Google_Client
322 self::$auth->revokeToken($token);