Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit dbf784f

Browse files
committed
include_granted_scopes in requestScopes call.
1 parent 8e68f01 commit dbf784f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google_sign_in/google_sign_in_web/lib/google_sign_in_web.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ class GoogleSignInPlugin extends GoogleSignInPlatform {
371371

372372
_tokenClient.requestAccessToken(OverridableTokenClientConfig(
373373
scope: scopes.join(' '),
374+
include_granted_scopes: true,
374375
));
375376

376377
await _tokenResponses.stream.first;

0 commit comments

Comments
 (0)