| Index: pkg/oauth2/lib/src/credentials.dart
|
| diff --git a/pkg/oauth2/lib/src/credentials.dart b/pkg/oauth2/lib/src/credentials.dart
|
| index f0939c9c20e6b04d8a28f508c33f85256101ca9a..62e208779440ac1580163942e802ee924620876d 100644
|
| --- a/pkg/oauth2/lib/src/credentials.dart
|
| +++ b/pkg/oauth2/lib/src/credentials.dart
|
| @@ -144,7 +144,7 @@ class Credentials {
|
| String identifier,
|
| String secret,
|
| {List<String> newScopes,
|
| - http.BaseClient httpClient}) {
|
| + http.Client httpClient}) {
|
| var scopes = this.scopes;
|
| if (newScopes != null) scopes = newScopes;
|
| if (scopes == null) scopes = <String>[];
|
|
|