http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java File google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java (right): http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java#newcode410 google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java:410: protected final boolean setAccessToken(AccessTokenRequest request) throws IOException { Can ...
14 years, 4 months ago
(2011-07-19 13:26:58 UTC)
#2
http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/jav...
File
google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java
(right):
http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/jav...
google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java:410:
protected final boolean setAccessToken(AccessTokenRequest request) throws
IOException {
Can we rename this executeAccessTokenRequest()? This would clear up most of my
initial confusion about why we had two overridable setAccessToken methods with
different signatures.
http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java File google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java (right): http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java#newcode410 google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java:410: protected final boolean setAccessToken(AccessTokenRequest request) throws IOException { On ...
14 years, 4 months ago
(2011-07-25 20:40:25 UTC)
#3
http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/jav...
File
google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java
(right):
http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/jav...
google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java:410:
protected final boolean setAccessToken(AccessTokenRequest request) throws
IOException {
On 2011/07/19 13:27:00, moshenko wrote:
> Can we rename this executeAccessTokenRequest()? This would clear up most of
my
> initial confusion about why we had two overridable setAccessToken methods with
> different signatures.
Done.
14 years, 4 months ago
(2011-07-26 13:38:57 UTC)
#4
On 2011/07/25 20:40:25, yanivi wrote:
>
http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/jav...
> File
>
google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java
> (right):
>
>
http://codereview.appspot.com/4742048/diff/1/google-oauth-client/src/main/jav...
>
google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/draft10/AccessProtectedResource.java:410:
> protected final boolean setAccessToken(AccessTokenRequest request) throws
> IOException {
> On 2011/07/19 13:27:00, moshenko wrote:
> > Can we rename this executeAccessTokenRequest()? This would clear up most of
> my
> > initial confusion about why we had two overridable setAccessToken methods
with
> > different signatures.
>
> Done.
LGTM
Issue 4742048: Fixes to AccessProtectedResources and subclasses
(Closed)
Created 14 years, 5 months ago by yanivi
Modified 14 years, 4 months ago
Reviewers: moshenko
Base URL:
Comments: 2