Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(746)

Issue 4517087: Add in support for 2LO (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by jcgregorio
Modified:
13 years, 4 months ago
CC:
google-api-python-client_googlegroups.com
Visibility:
Public.

Description

Add in support for 2LO

Patch Set 1 #

Total comments: 15

Patch Set 2 : Updated. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M apiclient/oauth.py View 1 3 chunks +13 lines, -14 lines 0 comments Download
M tests/test_oauth.py View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3
aiuto
http://codereview.appspot.com/4517087/diff/1/apiclient/oauth.py File apiclient/oauth.py (right): http://codereview.appspot.com/4517087/diff/1/apiclient/oauth.py#newcode236 apiclient/oauth.py:236: one too many blank lines. http://codereview.appspot.com/4517087/diff/1/apiclient/oauth.py#newcode238 apiclient/oauth.py:238: class TwoLeggedOAuthCredentials(Credentials): ...
13 years, 4 months ago (2011-05-23 14:38:34 UTC) #1
jcgregorio
http://codereview.appspot.com/4517087/diff/1/apiclient/oauth.py File apiclient/oauth.py (right): http://codereview.appspot.com/4517087/diff/1/apiclient/oauth.py#newcode236 apiclient/oauth.py:236: On 2011/05/23 14:38:34, aiuto wrote: > one too many ...
13 years, 4 months ago (2011-05-24 18:29:46 UTC) #2
aiuto
13 years, 4 months ago (2011-05-24 19:26:34 UTC) #3
lgtm

http://codereview.appspot.com/4517087/diff/1/apiclient/oauth.py
File apiclient/oauth.py (right):

http://codereview.appspot.com/4517087/diff/1/apiclient/oauth.py#newcode252
apiclient/oauth.py:252: credentials.requestor = 'bar@example.info'
On 2011/05/24 18:29:46, jcgregorio wrote:
> On 2011/05/23 14:38:34, aiuto wrote:
> > Does this work?  Or do you have to say
> > credentials.setrequstor('bar@exmaple.info')
> 
> It's credentials.requestor = 'bar@exmaple.info'
> 
> See below where I have 'requestor = @property(...'

Duh.  I was looking for an @property above the field, not in that syntax.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b