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 --- .../src/OAuth2/GrantType/GrantTypeInterface.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 library/oauth2/src/OAuth2/GrantType/GrantTypeInterface.php (limited to 'library/oauth2/src/OAuth2/GrantType/GrantTypeInterface.php') diff --git a/library/oauth2/src/OAuth2/GrantType/GrantTypeInterface.php b/library/oauth2/src/OAuth2/GrantType/GrantTypeInterface.php new file mode 100644 index 000000000..98489e9c1 --- /dev/null +++ b/library/oauth2/src/OAuth2/GrantType/GrantTypeInterface.php @@ -0,0 +1,20 @@ +