From e1a5e0fbe5a4706d795839dfc810780d991e9ca6 Mon Sep 17 00:00:00 2001 From: Mike Hayes Date: Sun, 3 Jul 2016 01:36:31 +0100 Subject: [PATCH] Remove incorrect notice Issue #553 has seemingly been reversed, updating docs to reflect this. --- repository-interface-access-token.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/repository-interface-access-token.md b/repository-interface-access-token.md index abec1fae..e3648849 100644 --- a/repository-interface-access-token.md +++ b/repository-interface-access-token.md @@ -14,8 +14,6 @@ This method should return an implementation of `\League\OAuth2\Server\Entities\A * `League\OAuth2\Server\Entities\Traits\EntityTrait` * `League\OAuth2\Server\Entities\Traits\TokenEntityTrait` -Note in version `5.0.x` this method has a number of parameters passed in. As of version `5.1.0` these parameters have been removed because they were unnecessary (see issue #553). - ## persistNewAccessToken() : void When a new access token is created this method will be called. You don't have to do anything here but for auditing you probably want to. @@ -36,4 +34,4 @@ This method is called when a refresh token is used to reissue an access token. T ## isAccessTokenRevoked() : boolean -This method is called when an access token is validated by the resource server middleware. Return `true` if the access token has been manually revoked before it expired. If the token is still valid return `false`. \ No newline at end of file +This method is called when an access token is validated by the resource server middleware. Return `true` if the access token has been manually revoked before it expired. If the token is still valid return `false`.