react-google-login icon indicating copy to clipboard operation
react-google-login copied to clipboard

scope should be an array

Open l3omtz opened this issue 3 years ago • 1 comments

https://github.com/anthonyjgrove/react-google-login/blob/7db5b9686a70ded6b090a9c01906ca978b00a54d/index.d.ts#L83

some scopes in the API are string arrays

l3omtz avatar May 31 '21 21:05 l3omtz

@l3omtz Could you please point out the reference? In Google's official documentation, scope is a string:

scope | string | Required. The scopes to request, as a space-delimited string.

flandrade avatar Jun 09 '21 04:06 flandrade