| Index: generated/googleapis/lib/oauth2/v2.dart
|
| diff --git a/generated/googleapis/lib/oauth2/v2.dart b/generated/googleapis/lib/oauth2/v2.dart
|
| index 4b352a1e4985e68d5f45aba589b84d26fd21fec9..77cf241a47e3a544380981f1c64b46759fd5a3eb 100644
|
| --- a/generated/googleapis/lib/oauth2/v2.dart
|
| +++ b/generated/googleapis/lib/oauth2/v2.dart
|
| @@ -32,8 +32,8 @@ class Oauth2Api {
|
|
|
| UserinfoResourceApi get userinfo => new UserinfoResourceApi(_requester);
|
|
|
| - Oauth2Api(http.Client client) :
|
| - _requester = new common_internal.ApiRequester(client, "https://www.googleapis.com/", "");
|
| + Oauth2Api(http.Client client, {core.String rootUrl: "https://www.googleapis.com/", core.String servicePath: ""}) :
|
| + _requester = new common_internal.ApiRequester(client, rootUrl, servicePath);
|
|
|
| /**
|
| * Not documented yet.
|
|
|