Skip to content

Commit ed6aa11

Browse files
committed
updated doc
1 parent 389b972 commit ed6aa11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ This is a common issue with latest PHP versions under windows (related to a inco
4040
```
4141
$token = "eyJhbGciO....eyJhdWQiOiI....1ZVDisdL...";
4242
$domain = "account.auth0.com";
43+
$guzzleOptions = [ ... ];
4344
44-
$auth0Api = new \Auth0\SDK\Auth0Api($token, $domain);
45+
$auth0Api = new \Auth0\SDK\Auth0Api($token, $domain, $guzzleOptions); /* $guzzleOptions is optional */
4546
4647
$usersList = $auth0Api->users->search([ "q" => "[email protected]" ]);
4748
```

0 commit comments

Comments
 (0)