Lines Matching refs:config
62 $config = $http->getConfig();
63 $config['handler']->remove('google_auth');
64 $config['handler']->push($middleware, 'google_auth');
65 $config['auth'] = 'google_auth';
66 $http = new Client($config);
84 $config = $http->getConfig();
85 $config['handler']->remove('google_auth');
86 $config['handler']->push($middleware, 'google_auth');
87 $config['auth'] = 'scoped';
88 $http = new Client($config);
97 $config = $http->getConfig();
98 $config['handler']->remove('google_auth');
99 $config['handler']->push($middleware, 'google_auth');
100 $config['auth'] = 'simple';
101 $http = new Client($config);