summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-11-01 02:16:28 -0700
committerIb Lundgren <ib.lundgren@gmail.com>2013-11-01 02:16:28 -0700
commite606b9025da9c866c0c7fd0164243c3698ce1d0c (patch)
tree722aefd71ccc6966cdd9841ba5e6694441aae864
parent99d753d8be8ef831147c5f3ffa5651ace507f356 (diff)
parent3023c2b9bc17c556348a8602b7e82c52da1ee36d (diff)
downloadoauthlib-e606b9025da9c866c0c7fd0164243c3698ce1d0c.tar.gz
Merge pull request #219 from edevil/CorrectInterface
Correct interface
-rw-r--r--oauthlib/oauth2/rfc6749/request_validator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/request_validator.py b/oauthlib/oauth2/rfc6749/request_validator.py
index 37dd14d..0bb1b95 100644
--- a/oauthlib/oauth2/rfc6749/request_validator.py
+++ b/oauthlib/oauth2/rfc6749/request_validator.py
@@ -89,7 +89,7 @@ class RequestValidator(object):
raise NotImplementedError('Subclasses must implement this method.')
def confirm_redirect_uri(self, client_id, code, redirect_uri, client,
- request, *args, **kwargs):
+ *args, **kwargs):
"""Ensure client is authorized to redirect to the redirect_uri requested.
If the client specifies a redirect_uri when obtaining code then