Your IP : 216.73.216.1


Current Path : /proc/self/cwd/wp-contentn/plugins/wp-optimize/vendor/intervention/httpauth/src/
Upload File :
Current File : //proc/self/cwd/wp-contentn/plugins/wp-optimize/vendor/intervention/httpauth/src/TokenInterface.php

<?php

namespace Intervention\HttpAuth;

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