Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/lusitanian/oauth/src/OAuth/OAuth2/Token/
Upload File :
Current File : //home/rtorresani/www/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
{
}