You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
225 B
14 lines
225 B
"""
|
|
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
|
|
|
|
|