Skip to content

Commit

Permalink
Merge pull request #368 from lepture/request-client-secret
Browse files Browse the repository at this point in the history
Add client_secret for Request
  • Loading branch information
thedrow committed Aug 10, 2015
2 parents fecf37b + 69645ff commit d8a920a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oauthlib/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ def __init__(self, uri, http_method='GET', body=None, headers=None,
"access_token": None,
"client": None,
"client_id": None,
"client_secret": None,
"code": None,
"extra_credentials": None,
"grant_type": None,
Expand Down

0 comments on commit d8a920a

Please sign in to comment.