| Current Path : /home/c/i/n/cinepatreb/billetterie/vendor/intervention/httpauth/src/ | 
| Current File : /home/c/i/n/cinepatreb/billetterie/vendor/intervention/httpauth/src/TokenInterface.php | 
<?php
namespace Intervention\HttpAuth;
interface TokenInterface
{
    /**
     * Transform current instance to key object
     *
     * @return Key
     */
    public function toKey(): Key;
}