/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
intervention
/
httpauth
/
src
/
Upload File
HOME
<?php namespace Intervention\HttpAuth; interface TokenInterface { /** * Transform current instance to key object * * @return Key */ public function toKey(): Key; }