Skip to content

Commit 5ae61d4

Browse files
authored
docs: fix configure table
1 parent cc598f2 commit 5ae61d4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,14 @@ this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
175175

176176
## Configure
177177

178-
| Name | Type | Default | Description |
179-
| ------------------------ | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
180-
| 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) |
178+
| Name | Type | Description |
179+
| ------------------------ | -------- | ----------------------------------------------------------------------------------------------------------------------------- | --- | --- |
180+
| 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) | | |
183186

184187
Provide configuration in root `capacitor.config.json`
185188

0 commit comments

Comments
 (0)