diff options
author | Joel Stevenson <jstevenson@bepress.com> | 2016-04-19 14:59:31 -0700 |
---|---|---|
committer | Joel Stevenson <jstevenson@bepress.com> | 2016-04-19 14:59:31 -0700 |
commit | fde41caa25203f456a4650ae1e5501725622cbb7 (patch) | |
tree | f27b6bb28cac9bb603dffbf34cb98c83f1759ccc /oauthlib/common.py | |
parent | 4c160d739a322964b873ca60f90df5384e337c44 (diff) | |
download | oauthlib-fde41caa25203f456a4650ae1e5501725622cbb7.tar.gz |
More wiring to get OpenID Connect code fully integrated.
Diffstat (limited to 'oauthlib/common.py')
-rw-r--r-- | oauthlib/common.py | 1 |
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, |