public function MockHandler::getLastOptions in Auth0 Single Sign On 8.2
Get the last received request options.
Return value
array
File
- vendor/
guzzlehttp/ guzzle/ src/ Handler/ MockHandler.php, line 163
Class
- MockHandler
- Handler that returns responses or throw exceptions from a queue.
Namespace
GuzzleHttp\HandlerCode
public function getLastOptions() {
return $this->lastOptions;
}