Searched refs:requestedScopes (Results 1 – 1 of 1) sorted by relevance
101 protected $requestedScopes = []; variable in Google\\Client832 $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);