constant RequestOptions::PROXY in Auth0 Single Sign On 8.2
proxy: (string|array) Pass a string to specify an HTTP proxy, or an array to specify different proxies for different protocols (where the key is the protocol and the value is a proxy string).
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 193
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const PROXY = 'proxy';