@@ -35,6 +35,7 @@ |
||
| 35 | 35 | * |
| 36 | 36 | * @param array $options An array of options returned by the service provider |
| 37 | 37 | * in the access token request. The `access_token` option is required. |
| 38 | + * @param ClientInterface $httpClient |
|
| 38 | 39 | * @throws InvalidArgumentException if `access_token` is not provided in `$options`. |
| 39 | 40 | * |
| 40 | 41 | * @throws \Exception |