You are here

final public function Oauth2Client::setDebugger in Auth0 Single Sign On 8.2

Sets $debugger.

Parameters

\Closure $debugger:

Return value

Oauth2Client

File

vendor/auth0/auth0-php/src/API/Oauth2Client.php, line 697

Class

Oauth2Client
This class provides access to Auth0 Platform.

Namespace

Auth0\SDK\API

Code

public final function setDebugger(\Closure $debugger) {
  $this->debugger = $debugger;
  return $this;
}