Removed isExpired() from interfaces and traits

This commit is contained in:
Ivan Kurnosov
2016-06-17 19:50:04 +12:00
parent 64a0fcb3a6
commit 6b88cbeb13
5 changed files with 0 additions and 36 deletions

View File

@@ -52,11 +52,4 @@ interface RefreshTokenEntityInterface
* @return \League\OAuth2\Server\Entities\AccessTokenEntityInterface
*/
public function getAccessToken();
/**
* Has the token expired?
*
* @return bool
*/
public function isExpired();
}