Index: pkg/oauth2/lib/src/handle_access_token_response.dart |
diff --git a/pkg/oauth2/lib/src/handle_access_token_response.dart b/pkg/oauth2/lib/src/handle_access_token_response.dart |
index cb08d8fd2e3a29b83261838ddc47cb7fd8b03597..b80532d3f5a6f92a16b07c903fc691792577f842 100644 |
--- a/pkg/oauth2/lib/src/handle_access_token_response.dart |
+++ b/pkg/oauth2/lib/src/handle_access_token_response.dart |
@@ -5,7 +5,7 @@ |
library handle_access_token_response; |
import 'dart:io'; |
-import 'dart:json'; |
+import 'dart:json' as JSON; |
import 'dart:uri'; |
import '../../../http/lib/http.dart' as http; |