You are here

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

Sets $debug_mode.

Parameters

boolean $debug_mode:

Return value

Oauth2Client

File

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

Class

Oauth2Client
This class provides access to Auth0 Platform.

Namespace

Auth0\SDK\API

Code

public final function setDebugMode($debug_mode) {
  $this->debug_mode = $debug_mode;
  return $this;
}