Your IP : 127.0.0.1


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