Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php101 protected $requestedScopes = []; variable in Google\\Client
832 $this->requestedScopes = array();
845 if (is_string($scope_or_scopes) && !in_array($scope_or_scopes, $this->requestedScopes)) {
846 $this->requestedScopes[] = $scope_or_scopes;
861 return $this->requestedScopes;
870 if (empty($this->requestedScopes)) {
874 return implode(' ', $this->requestedScopes);