<?phpnamespace OAuthOAuth2Token;use OAuthCommonTokenTokenInterface as BaseTokenInterface;interface TokenInterface extends BaseTokenInterface{}