constant RequestOptions::COOKIES in Auth0 Single Sign On 8.2
cookies: (bool|GuzzleHttp\Cookie\CookieJarInterface, default=false) Specifies whether or not cookies are used in a request or what cookie jar to use or what cookies to send. This option only works if your handler has the `cookie` middleware. Valid values are `false` and an instance of {
See also
GuzzleHttp\Cookie\CookieJarInterface}.
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 67
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const COOKIES = 'cookies';