Searched refs:OAUTH2_AUTH_URL (Results 1 – 2 of 2) sorted by relevance
45 const OAUTH2_AUTH_URL = 'https://accounts.google.com/o/oauth2/auth'; define in Google_OAuth2152 return self::OAUTH2_AUTH_URL . "?$params";
56 const OAUTH2_AUTH_URL = 'https://accounts.google.com/o/oauth2/auth'; define in Google\\Client1072 'authorizationUri' => self::OAUTH2_AUTH_URL,