constant RequestOptions::VERIFY in Auth0 Single Sign On 8.2
verify: (bool|string, default=true) Describes the SSL certificate verification behavior of a request. Set to true to enable SSL certificate verification using the system CA bundle when available (the default). Set to false to disable certificate verification (this is insecure!). Set to a string to provide the path to a CA bundle on disk to enable verification using a custom certificate.
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 240
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const VERIFY = 'verify';