Files
CouchPotatoServer/libs/oauthlib/oauth2/draft25/__init__.py
2012-06-11 09:54:15 +02:00

15 lines
225 B
Python

"""
oauthlib.oauth2.draft_25
~~~~~~~~~~~~~~
This module is an implementation of various logic needed
for signing and checking OAuth 2.0 draft 25 requests.
"""
class Client(object):
pass
class Server(object):
pass