DirectAdmin\LetsEncrypt\Lib\Account::__debugInfo PHP Method

__debugInfo() public method

public __debugInfo ( )
    function __debugInfo()
    {
        return ['acme' => 'hidden', 'username' => $this->username, 'email' => $this->email, 'keyPair' => 'hidden', 'acmeServer' => $this->acmeServer, 'publicKeyPath' => $this->publicKeyPath, 'privateKeyPath' => $this->privateKeyPath];
    }