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 *