mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Removed convertToJWT() method from AccessTokenEntityInterface
This commit is contained in:
parent
48ce5f36cf
commit
a1da9beb92
@ -14,15 +14,6 @@ use League\OAuth2\Server\CryptKey;
|
|||||||
|
|
||||||
interface AccessTokenEntityInterface extends TokenInterface
|
interface AccessTokenEntityInterface extends TokenInterface
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Generate a JWT from the access token
|
|
||||||
*
|
|
||||||
* @param CryptKey $privateKey
|
|
||||||
*
|
|
||||||
* @return Token
|
|
||||||
*/
|
|
||||||
public function convertToJWT(CryptKey $privateKey);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate a string representation from the access token
|
* Generate a string representation from the access token
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user