Fernanda Andrade

Results 3 comments of Fernanda Andrade

@l3omtz Could you please point out the reference? In [Google's official documentation,](https://developers.google.com/identity/sign-in/web/reference#gapiauth2authorizeconfig) scope is a string: > scope | string | Required. The scopes to request, as a space-delimited string.

You won't get the refresh token in this step, you need to change `responseType` to `code` so that you can get the one-time authorization code that can be used to...

@JoeVanGundy It's not possible, but you can use your one-time authorization code to get the `accessToken`. You can get more details of this workflow [here](https://developers.google.com/identity/sign-in/web/server-side-flow): > To use Google services...