Home
last modified time | relevance | path

Searched defs:OAUTH2_REVOKE_URI (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php54 const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke'; define in Google\\Client
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php53 const OAUTH2_REVOKE_URI = 'https://oauth2.googleapis.com/revoke'; define in Google\\Auth\\AccessToken
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php43 const OAUTH2_REVOKE_URI = 'https://accounts.google.com/o/oauth2/revoke'; define in Google_OAuth2