constant RequestOptions::CERT in Auth0 Single Sign On 8.2
cert: (string|array) Set to a string to specify the path to a file containing a PEM formatted SSL client side certificate. If a password is required, then set cert to an array containing the path to the PEM file in the first array element followed by the certificate password in the second array element.
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 58
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const CERT = 'cert';