You are here

public function TransferStats::hasResponse in Auth0 Single Sign On 8.2

Returns true if a response was received.

Return value

bool

File

vendor/guzzlehttp/guzzle/src/TransferStats.php, line 64

Class

TransferStats
Represents data at the point after it was transferred either successfully or after a network error.

Namespace

GuzzleHttp

Code

public function hasResponse() {
  return $this->response !== null;
}