mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-03-12 03:09:11 +05:30
Renamed interface
This commit is contained in:
parent
721e52c5d9
commit
b831d19f8d
@ -14,7 +14,7 @@ namespace League\OAuth2\Server\TokenTypes;
|
|||||||
use League\OAuth2\Server\Entities\Interfaces\AccessTokenEntityInterface;
|
use League\OAuth2\Server\Entities\Interfaces\AccessTokenEntityInterface;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
interface ResponseTokenInterface
|
interface TokenTypeInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Generate a response
|
* Generate a response
|
||||||
|
Loading…
x
Reference in New Issue
Block a user