mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
9 lines
156 B
PHP
9 lines
156 B
PHP
<?php
|
|
|
|
namespace OAuth\OAuth2\Token;
|
|
|
|
use OAuth\Common\Token\TokenInterface as BaseTokenInterface;
|
|
|
|
interface TokenInterface extends BaseTokenInterface
|
|
{
|
|
}
|