File "TokenInterface.php"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/TokenInterface.php
File size: 194 bytes
MIME-type: text/x-php
Charset: utf-8

 
Open Back
<?php

namespace Intervention\HttpAuth;

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