diff options
author | Jonathan Huot <JonathanHuot@users.noreply.github.com> | 2018-12-16 19:38:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 19:38:30 +0100 |
commit | 2d9410d17be0a748ae390ea466672157fe373d5a (patch) | |
tree | 66afc4e553e021157fe738f8eb569a015354cd78 /oauthlib/common.py | |
parent | bc53c6189a1096fd1f112be42f372d70465ab4ac (diff) | |
parent | 8de1e52fabdd9c3738a012bb88e2234d1bd06255 (diff) | |
download | oauthlib-2d9410d17be0a748ae390ea466672157fe373d5a.tar.gz |
Merge branch 'master' into add-metadata-doc
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, |