final public function Oauth2Client::setDebugMode in Auth0 Single Sign On 8.2
Sets $debug_mode.
Parameters
boolean $debug_mode:
Return value
File
- vendor/
auth0/ auth0-php/ src/ API/ Oauth2Client.php, line 673
Class
- Oauth2Client
- This class provides access to Auth0 Platform.
Namespace
Auth0\SDK\APICode
public final function setDebugMode($debug_mode) {
$this->debug_mode = $debug_mode;
return $this;
}