Lines Matching refs:scopes
98 * @param array|null $scopes If creating an oauth2 service, array of scopes
107 $scopes = array(), argument
119 …turn $this->$buildMethod($fullyQualifiedServiceName, $credentials, $storage, $scopes, $baseApiUri);
151 * @param array|null $scopes Array of scopes for the service
162 array $scopes, argument
169 $this->resolveScopes($serviceName, $scopes),
178 * @param array $scopes List of scopes for the service
182 private function resolveScopes($serviceName, array $scopes) argument
188 foreach ($scopes as $scope) {
207 * @param array $scopes
218 $scopes, argument
221 if (!empty($scopes)) {