Horde_Token_Base::exists PHP Method

exists() abstract public method

Does the token exist?
abstract public exists ( string $tokenID ) : boolean
$tokenID string Token ID.
return boolean True if the token exists.
    public abstract function exists($tokenID);