justinpaulson / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Allow setting the response_type in OAuth2WebServerFlow #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
response_type is currently hard-coded to 'code':

http://code.google.com/p/google-api-python-client/source/browse/oauth2client/cli
ent.py#1072

It should default to 'code', but should be able to be changed.

Original issue reported on code.google.com by jcgregorio@google.com on 3 Oct 2012 at 6:26

GoogleCodeExporter commented 8 years ago

Original comment by jcgregorio@google.com on 3 Oct 2012 at 7:27

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 8726ae3c3b1f.

Original comment by jcgregorio@google.com on 23 Oct 2012 at 8:14