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

@@ -28,13 +28,6 @@ interface AccessTokenInterface
*/
public function get($token);
/**
* Get the access token associated with an access token
* @param \League\OAuth2\Server\Entity\RefreshTokenEntity $refreshToken
* @return \League\OAuth2\Server\Entity\AccessTokenEntity
*/
public function getByRefreshToken(RefreshTokenEntity $refreshToken);
/**
* Get the scopes for an access token
* @param \League\OAuth2\Server\Entity\AbstractTokenEntity $token The access token