Current Path : /proc/self/cwd/wp-contentn/plugins/wp-optimize/vendor/intervention/httpauth/src/ |
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; }