DIR:/home/htlwork.com/www/dev/magento/vendor/lusitanian/oauth/src/OAuth/OAuth2/Token/ |
Current File : /home/htlwork.com/www/dev/magento/vendor/lusitanian/oauth/src/OAuth/OAuth2/Token/TokenInterface.php |
<?php namespace OAuth\OAuth2\Token; use OAuth\Common\Token\TokenInterface as BaseTokenInterface; interface TokenInterface extends BaseTokenInterface { } |