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
| clientId | string | The app's client ID, found and created in the Google Developers Console. |
181
181
| iosClientId | string | Specific client ID key for iOS |
182
182
| androidClientId | string | Specific client ID key for Android |
183
183
| scopes | string[]| Scopes that you might need to request to access Google APIs<br>https://developers.google.com/identity/protocols/oauth2/scopes|
184
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) |||
185
+
| forceCodeForRefreshToken | boolean | Force user to select email address to regenerate AuthCode <br>used to get a valid refreshtoken (work on iOS and Android) |
186
186
187
187
Provide configuration in root `capacitor.config.json`
0 commit comments