Removed unused method

This commit is contained in:
Alex Bilbie 2014-04-06 19:14:37 +01:00
parent 2d90540531
commit 82f7c7abaf

View File

@ -188,17 +188,6 @@ class Session
return $this; 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 * Associate a client with the session
* @param League\OAuth2\Server\Entity\Client $client The client * @param League\OAuth2\Server\Entity\Client $client The client