Skip to content

Commit deaac21

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
176176
## Configure
177177

178178
| Name | Type | Description |
179-
| ------------------------ | -------- | ----------------------------------------------------------------------------------------------------------------------------- | --- | --- |
179+
|--------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------|
180180
| clientId | string | The app's client ID, found and created in the Google Developers Console. |
181181
| iosClientId | string | Specific client ID key for iOS |
182182
| androidClientId | string | Specific client ID key for Android |
183183
| scopes | string[] | Scopes that you might need to request to access Google APIs<br>https://developers.google.com/identity/protocols/oauth2/scopes |
184184
| 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) |
186186

187187
Provide configuration in root `capacitor.config.json`
188188

0 commit comments

Comments
 (0)