You are here

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

Get the effective URI the request was sent to.

Return value

UriInterface

File

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

Class

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

Namespace

GuzzleHttp

Code

public function getEffectiveUri() {
  return $this->request
    ->getUri();
}