You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| scopes | string[]|[]| Scopes that you might need to request to access Google APIs<br>https://developers.google.com/identity/protocols/oauth2/scopes<br><br>example: `["profile", "email"]`|
181
-
| serverClientId | string | '' | This is used for offline access and serverside handling<br><br>example: `xxxxxx-xxxxxxxxxxxxxxxxxx.apps.googleusercontent.com`|
182
-
| forceCodeForRefreshToken | boolean | false | Force user to select email address to regenerate AuthCode <br>used to get a valid refreshtoken (work on iOS and Android) |
| clientId | string | The app's client ID, found and created in the Google Developers Console. |
181
+
| iosClientId | string | Specific client ID key for iOS |
182
+
| androidClientId | string | Specific client ID key for Android |
183
+
| scopes | string[]| Scopes that you might need to request to access Google APIs<br>https://developers.google.com/identity/protocols/oauth2/scopes|
184
+
| serverClientId | string | This ClientId used for offline access and server side handling |
185
+
| forceCodeForRefreshToken | boolean | Force user to select email address to regenerate AuthCode <br>used to get a valid refreshtoken (work on iOS and Android) |||
183
186
184
187
Provide configuration in root `capacitor.config.json`
0 commit comments