commit | cdc350fbb1c0d26b19efd16407ea1f3d18d18ea7 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Feb 07 10:52:26 2013 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Feb 07 10:52:26 2013 -0500 |
tree | 2cc13efe4f04c3679692aa0959437fd909435cd6 | |
parent | a9eb0bb68fe5369cafabd7c079b1e7e905884b9a [diff] |
Update grant_type for AssertionCredentials. Reviewed in https://codereview.appspot.com/7300056/.
diff --git a/oauth2client/client.py b/oauth2client/client.py index 1ad94e6..8517946 100644 --- a/oauth2client/client.py +++ b/oauth2client/client.py
@@ -854,7 +854,7 @@ body = urllib.urlencode({ 'assertion_type': self.assertion_type, 'assertion': assertion, - 'grant_type': 'assertion', + 'grant_type': 'urn:ietf:params:oauth:grant-type:jwt-bearer', }) return body