From 10863a5949cc59771424cb809af5c9f279f78a58 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 7 Oct 2016 14:11:24 -0700 Subject: add oauth2/oidc lib --- library/oauth2/src/OAuth2/ResponseInterface.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 library/oauth2/src/OAuth2/ResponseInterface.php (limited to 'library/oauth2/src/OAuth2/ResponseInterface.php') diff --git a/library/oauth2/src/OAuth2/ResponseInterface.php b/library/oauth2/src/OAuth2/ResponseInterface.php new file mode 100644 index 000000000..c99b5f7d1 --- /dev/null +++ b/library/oauth2/src/OAuth2/ResponseInterface.php @@ -0,0 +1,24 @@ +