diff options
author | Jonathan Huot <JonathanHuot@users.noreply.github.com> | 2018-12-16 18:58:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 18:58:18 +0100 |
commit | 2ae71acab9c78598aef10ba584a7284ffa07b48f (patch) | |
tree | 2a2ebf514137c92e124d4c3718de09338d13d848 /oauthlib/common.py | |
parent | 6f3aa6c3a89ac9a61831bd67f061725f5b5661fb (diff) | |
parent | 8de1e52fabdd9c3738a012bb88e2234d1bd06255 (diff) | |
download | oauthlib-bandit.tar.gz |
Merge branch 'master' into banditbandit
Diffstat (limited to 'oauthlib/common.py')
-rw-r--r-- | oauthlib/common.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oauthlib/common.py b/oauthlib/common.py index bd6ec56..970d7a5 100644 --- a/oauthlib/common.py +++ b/oauthlib/common.py @@ -397,6 +397,9 @@ class Request(object): "client_id": None, "client_secret": None, "code": None, + "code_challenge": None, + "code_challenge_method": None, + "code_verifier": None, "extra_credentials": None, "grant_type": None, "redirect_uri": None, |