aboutsummaryrefslogtreecommitdiffstats
path: root/library/oauth2/src/OAuth2/ResponseType/ResponseTypeInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/oauth2/src/OAuth2/ResponseType/ResponseTypeInterface.php')
-rw-r--r--library/oauth2/src/OAuth2/ResponseType/ResponseTypeInterface.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/library/oauth2/src/OAuth2/ResponseType/ResponseTypeInterface.php b/library/oauth2/src/OAuth2/ResponseType/ResponseTypeInterface.php
deleted file mode 100644
index f8e26a5b0..000000000
--- a/library/oauth2/src/OAuth2/ResponseType/ResponseTypeInterface.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-namespace OAuth2\ResponseType;
-
-interface ResponseTypeInterface
-{
- public function getAuthorizeResponse($params, $user_id = null);
-}