You are here

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

Gets $debugger.

Return value

\Closure

File

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

Class

Oauth2Client
This class provides access to Auth0 Platform.

Namespace

Auth0\SDK\API

Code

public final function getDebugger() {
  return $this->debugger;
}