?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/intervention/httpauth/src/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/intervention/httpauth

?? Viewing: TokenInterface.php

<?php

namespace Intervention\HttpAuth;

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


??

??