Current File : //var/www/prestashop/vendor/intervention/httpauth/src/TokenInterface.php
<?php

namespace Intervention\HttpAuth;

interface TokenInterface
{
    /**
     * Transform current instance to key object
     *
     * @return Key
     */
    public function toKey(): Key;
}