Skip to content

Commit

Permalink
shorten google scopes list for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
mklan authored and anthonyjgrove committed Jan 31, 2019
1 parent cc54d28 commit 31ee3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Use GoogleLogout button to logout the user from google.
| icon | boolean | true | Show (`true`) or hide (`false`) the Google Icon |
| redirectUri | string | - | If using ux_mode='redirect', this parameter allows you to override the default redirect_uri that will be used at the end of the consent flow. The default redirect_uri is the current URL stripped of query parameters and hash fragment. |
| isSignedIn | boolean | false | If true will return GoogleUser object on load, if user has given your app permission |
Google Scopes List: https://developers.google.com/identity/protocols/googlescopes
Google Scopes List: [scopes](https://developers.google.com/identity/protocols/googlescopes)
| render | function | - | Render prop to use a custom element, use renderProps.onClick |

## onSuccess callback ( w/ offline false)
Expand Down

0 comments on commit 31ee3a9

Please sign in to comment.