Fixes and tests

This commit is contained in:
Alex Bilbie
2014-12-27 22:26:31 +00:00
parent c56562b0b8
commit 707c85b0d6
3 changed files with 171 additions and 4 deletions

View File

@@ -20,11 +20,11 @@ interface MacTokenInterface extends StorageInterface
{
/**
* Create a MAC key linked to an access token
* @param string $macKey
* @param \League\OAuth2\Server\Entity\AccessTokenEntity $accessTokenEntity
* @param string $macKey
* @param string $accessToken
* @return void
*/
public function create($macKey, AccessTokenEntity $accessTokenEntity);
public function create($macKey, $accessToken);
/**
* Get a MAC key by access token