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

<?php

namespace App\Service\Whm;

interface TokenStorageInterface
{
    public function get(): string;

    public function set(string $token): void;
}
Back to Directory File Manager