From 82f7c7abaf4da30deeb2c3a31dffd8d2bbc4e562 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 6 Apr 2014 19:14:37 +0100 Subject: [PATCH] Removed unused method --- src/League/OAuth2/Server/Entity/Session.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/League/OAuth2/Server/Entity/Session.php b/src/League/OAuth2/Server/Entity/Session.php index ac83b336..767403c4 100644 --- a/src/League/OAuth2/Server/Entity/Session.php +++ b/src/League/OAuth2/Server/Entity/Session.php @@ -188,17 +188,6 @@ class Session return $this; } - /** - * Associate an authorization code with the session - * @param \League\OAuth2\Server\Entity\AuthCode $authCode - * @return self - */ - public function associateAuthCode(AuthCode $authCode) - { - $this->authCode = $authCode; - return $this; - } - /** * Associate a client with the session * @param League\OAuth2\Server\Entity\Client $client The client