summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/__init__.py
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-11-17 12:45:26 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2012-11-17 12:45:26 +0100
commitac4e62ef9b4a045c4dcea72f80be32090726db66 (patch)
tree238209bba04d49d2053ee6053cc6582195b03509 /oauthlib/oauth2/__init__.py
parente2de93db8a9f57879561a5cb4265d34be730618c (diff)
downloadoauthlib-ac4e62ef9b4a045c4dcea72f80be32090726db66.tar.gz
OAuth2 provider endpoints
Diffstat (limited to 'oauthlib/oauth2/__init__.py')
-rw-r--r--oauthlib/oauth2/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oauthlib/oauth2/__init__.py b/oauthlib/oauth2/__init__.py
index e64dd8d..dc5a63d 100644
--- a/oauthlib/oauth2/__init__.py
+++ b/oauthlib/oauth2/__init__.py
@@ -9,5 +9,6 @@ This module is a wrapper for the most recent implementation of OAuth 2.0 Client
and Server classes.
"""
-from .draft25 import Client, AuthorizationServer
+from .draft25 import Client, Server
+from .draft25 import AuthorizationEndpoint, TokenEndpoint, ResourceEndpoint