Current path: home/webdevt/www/schtroumpf.fr/vendor/intervention/httpauth/src/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/intervention/httpauth
<?php
namespace Intervention\HttpAuth;
interface TokenInterface
{
/**
* Transform current instance to key object
*
* @return Key
*/
public function toKey(): Key;
}