From a1da9beb92e30150382beab19806b66b5eb23a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Unger?= Date: Thu, 19 Apr 2018 17:08:10 +0200 Subject: [PATCH] Removed convertToJWT() method from AccessTokenEntityInterface --- src/Entities/AccessTokenEntityInterface.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Entities/AccessTokenEntityInterface.php b/src/Entities/AccessTokenEntityInterface.php index 3849512c..8cc20dd2 100644 --- a/src/Entities/AccessTokenEntityInterface.php +++ b/src/Entities/AccessTokenEntityInterface.php @@ -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 *