Skip to content

Commit

Permalink
Important note about refresh_token (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscocpg authored and jmdobry committed Aug 15, 2017
1 parent b4c694b commit 11a6810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ var url = oauth2Client.generateAuthUrl({
// state: { foo: 'bar' }
});
```
##### IMPORTANT NOTE
`refresh_token` is only returned on the first authorization.
More details [here](https://github.com/google/google-api-nodejs-client/issues/750#issuecomment-304521450)

##### Retrieve authorization code

Expand Down

0 comments on commit 11a6810

Please sign in to comment.