public function TransferStats::getResponse in Auth0 Single Sign On 8.2
Returns the response that was received (if any).
Return value
ResponseInterface|null
File
- vendor/
guzzlehttp/ guzzle/ src/ TransferStats.php, line 54
Class
- TransferStats
- Represents data at the point after it was transferred either successfully or after a network error.
Namespace
GuzzleHttpCode
public function getResponse() {
return $this->response;
}