Home
last modified time | relevance | path

Searched refs:OAUTH2_AUTH_URL (Results 1 – 2 of 2) sorted by relevance

/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php45 const OAUTH2_AUTH_URL = 'https://accounts.google.com/o/oauth2/auth'; define in Google_OAuth2
152 return self::OAUTH2_AUTH_URL . "?$params";
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php56 const OAUTH2_AUTH_URL = 'https://accounts.google.com/o/oauth2/auth'; define in Google\\Client
1072 'authorizationUri' => self::OAUTH2_AUTH_URL,