constant RequestOptions::AUTH in Auth0 Single Sign On 8.2
auth: (array) Pass an array of HTTP authentication parameters to use with the request. The array must contain the username in index [0], the password in index [1], and you can optionally provide a built-in authentication type in index [2]. Pass null to disable authentication for a request.
File
- vendor/
guzzlehttp/ guzzle/ src/ RequestOptions.php, line 43
Class
- RequestOptions
- This class contains a list of built-in Guzzle request options.
Namespace
GuzzleHttpCode
const AUTH = 'auth';