You are here

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

Gets $debug_mode.

Return value

boolean

File

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

Class

Oauth2Client
This class provides access to Auth0 Platform.

Namespace

Auth0\SDK\API

Code

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