You are here

constant RequestOptions::SINK in Auth0 Single Sign On 8.2

sink: (resource|string|StreamInterface) Where the data of the response is written to. Defaults to a PHP temp stream. Providing a string will write data to a file by the given name.

File

vendor/guzzlehttp/guzzle/src/RequestOptions.php, line 208

Class

RequestOptions
This class contains a list of built-in Guzzle request options.

Namespace

GuzzleHttp

Code

const SINK = 'sink';