diff options
Diffstat (limited to 'library/oauth2/src/OAuth2/Storage/JwtAccessTokenInterface.php')
-rw-r--r-- | library/oauth2/src/OAuth2/Storage/JwtAccessTokenInterface.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/library/oauth2/src/OAuth2/Storage/JwtAccessTokenInterface.php b/library/oauth2/src/OAuth2/Storage/JwtAccessTokenInterface.php deleted file mode 100644 index 3abb2aa2d..000000000 --- a/library/oauth2/src/OAuth2/Storage/JwtAccessTokenInterface.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -namespace OAuth2\Storage; - -/** - * No specific methods, but allows the library to check "instanceof" - * against interface rather than class - * - * @author Brent Shaffer <bshafs at gmail dot com> - */ -interface JwtAccessTokenInterface extends AccessTokenInterface -{ - -} |