Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Issue 9570063: Add a flow class to abstract all the details of minting a token for an app. (Closed)

Created:
8 years, 9 months ago by Munjal (Google)
Modified:
8 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Roger Tawa OOO till Jul 10th
Visibility:
Public.

Description

Add a flow class to abstract all the details of minting a token for an app. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124841

Patch Set 1 #

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+462 lines, -8 lines) Patch
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/net/gaia/oauth2_access_token_fetcher.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/common/net/gaia/oauth2_mint_token_fetcher.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
A chrome/common/net/gaia/oauth2_mint_token_flow.h View 1 chunk +126 lines, -0 lines 4 comments Download
A chrome/common/net/gaia/oauth2_mint_token_flow.cc View 1 1 chunk +130 lines, -0 lines 0 comments Download
A chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc View 1 1 chunk +195 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Munjal (Google)
Add a flow class to combine two steps of generating an oauth token: - Get ...
8 years, 9 months ago (2012-03-02 23:20:04 UTC) #1
asargent_no_longer_on_chrome
lgtm In looking at this CL, it strikes me how similar oauth2_access_token_fetcher.h and oauth2_mint_token_fetcher.h are. ...
8 years, 9 months ago (2012-03-03 00:09:31 UTC) #2
Munjal (Google)
I agree about combining the two fetchers. I will do that separately. https://chromiumcodereview.appspot.com/9570063/diff/4001/chrome/common/net/gaia/oauth2_mint_token_flow.h File chrome/common/net/gaia/oauth2_mint_token_flow.h ...
8 years, 9 months ago (2012-03-03 00:48:42 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/munjal@chromium.org/9570063/4001
8 years, 9 months ago (2012-03-03 05:45:12 UTC) #4
commit-bot: I haz the power
8 years, 9 months ago (2012-03-03 08:38:23 UTC) #5
Change committed as 124841

Powered by Google App Engine
This is Rietveld 408576698