Chromium Code Reviews| Index: pkg/oauth2/lib/oauth2.dart |
| diff --git a/pkg/oauth2/lib/oauth2.dart b/pkg/oauth2/lib/oauth2.dart |
| index 96bffcf1e40f3b7a6d37d0a290072aa99ba8abb6..cca66abd6f8ac9178c2c304dec2e10a1821cc9f8 100644 |
| --- a/pkg/oauth2/lib/oauth2.dart |
| +++ b/pkg/oauth2/lib/oauth2.dart |
| @@ -96,7 +96,7 @@ |
| /// // Once the user is redirected to `redirectUrl`, pass the query |
| /// // parameters to the AuthorizationCodeGrant. It will validate them |
| /// // and extract the authorization code to create a new Client. |
| -/// return grant.handleAuthorizationResponse(request.queryParameters); |
| +/// return grant.handleAuthorizationResponse(request.uri.queryParameters); |
|
Søren Gjesse
2013/05/30 10:42:53
I decided to keep the long line here to make the s
|
| /// }) |
| /// }).then((client) { |
| /// // Once you have a Client, you can use it just like any other HTTP |