From 6c641b1834539c65edb35dd43a6afa7620e73e1c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 14 Mar 2017 09:09:05 +1100 Subject: move oauth2 to vendor --- .../oauth2/src/OAuth2/Storage/JwtAccessTokenInterface.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 library/oauth2/src/OAuth2/Storage/JwtAccessTokenInterface.php (limited to 'library/oauth2/src/OAuth2/Storage/JwtAccessTokenInterface.php') 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 @@ - - */ -interface JwtAccessTokenInterface extends AccessTokenInterface -{ - -} -- cgit v1.2.3