summaryrefslogtreecommitdiff
path: root/oauthlib/common.py
diff options
context:
space:
mode:
authorJoel Stevenson <jstevenson@bepress.com>2016-04-19 14:59:31 -0700
committerJoel Stevenson <jstevenson@bepress.com>2016-04-19 14:59:31 -0700
commitfde41caa25203f456a4650ae1e5501725622cbb7 (patch)
treef27b6bb28cac9bb603dffbf34cb98c83f1759ccc /oauthlib/common.py
parent4c160d739a322964b873ca60f90df5384e337c44 (diff)
downloadoauthlib-fde41caa25203f456a4650ae1e5501725622cbb7.tar.gz
More wiring to get OpenID Connect code fully integrated.
Diffstat (limited to 'oauthlib/common.py')
-rw-r--r--oauthlib/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/oauthlib/common.py b/oauthlib/common.py
index 8b5f92b..42c705b 100644
--- a/oauthlib/common.py
+++ b/oauthlib/common.py
@@ -402,6 +402,7 @@ class Request(object):
"user": None,
"token_type_hint": None,
+ # OpenID Connect
"response_mode": None,
"nonce": None,
"display": None,