Removed unnecessary methods

This commit is contained in:
Alex Bilbie
2014-08-06 08:41:50 +01:00
parent 12ab753f15
commit 71ac21b70e
4 changed files with 0 additions and 30 deletions

View File

@@ -21,13 +21,6 @@ use League\OAuth2\Server\Entity\ScopeEntity;
*/
interface SessionInterface
{
/**
* Get a session from it's identifier
* @param string $sessionId
* @return \League\OAuth2\Server\Entity\SessionEntity
*/
public function get($sessionId);
/**
* Get a session from an access token
* @param \League\OAuth2\Server\Entity\AccessTokenEntity $accessToken The access token