Removed convertToJWT() method from AccessTokenEntityInterface

This commit is contained in:
Lukáš Unger 2018-04-19 17:08:10 +02:00
parent 48ce5f36cf
commit a1da9beb92
No known key found for this signature in database
GPG Key ID: 48E84B8B7A223C26

View File

@ -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
*