15 lines
225 B
Python
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
|
|
|