mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Removed unused method
This commit is contained in:
parent
2d90540531
commit
82f7c7abaf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user