Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/src/Service/Whm/WhmApiInterface.php

<?php

namespace App\Service\Whm;

interface WhmApiInterface
{
    public function createToken(): string;

    public function deleteToken(): array;

    public function listToken(): array;
}
Back to Directory File Manager