Home
last modified time | relevance | path

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

/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php27 const USER_AGENT_SUFFIX = "google-api-php-client/0.6.5"; define in Google_HttpRequest
55 $this->userAgent = self::USER_AGENT_SUFFIX;
57 $this->userAgent = $apiConfig['application_name'] . " " . self::USER_AGENT_SUFFIX;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php53 const USER_AGENT_SUFFIX = "google-api-php-client/"; define in Google\\Client
893 self::USER_AGENT_SUFFIX,