Home
last modified time | relevance | path

Searched refs:OAUTH2_REVOKE_URI (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php67 Client::OAUTH2_REVOKE_URI,
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php53 const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke'; define in Google\\Auth\\AccessToken
304 $request = new Request('POST', self::OAUTH2_REVOKE_URI, [
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php43 const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke'; define in Google_OAuth2
303 $request = new Google_HttpRequest(self::OAUTH2_REVOKE_URI, 'POST', array(), "token=$token");
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php54 const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke'; define in Google\\Client