constant RequestOptions::SYNCHRONOUS in Auth0 Single Sign On 8.2
synchronous: (bool) Set to true to inform HTTP handlers that you intend on waiting on the response. This can be useful for optimizations. Note that a promise is still returned if you are using one of the async client methods.
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 216
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const SYNCHRONOUS = 'synchronous';