Removed convertToJWT() method from AccessTokenEntityInterface

This commit is contained in:
Lukáš Unger
2018-05-07 20:37:20 +02:00
parent 48ce5f36cf
commit a1da9beb92
@@ -14,15 +14,6 @@ use League\OAuth2\Server\CryptKey;
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
*