Skip to content

Commit

Permalink
Merge pull request #580 from bionicles/patch-1
Browse files Browse the repository at this point in the history
Update faq.md
  • Loading branch information
grant committed Dec 11, 2019
2 parents 2875811 + 723c791 commit 572b0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Currently, the auth token expires after one hour. A common practice is to refres

The auth token's `expires_in` field will tell you the token's time to expiration.

The [authSample.html file](https://github.com/google/google-api-javascript-client/blob/master/samples/authSample.html) contains good examples of code that handles auth and token refreshes.
The [authSample.html file](https://github.com/google/google-api-javascript-client/blob/master/samples/authSample.html) contains one example of code that handles signin and signout but not token refreshes.

### Is it possible to use the JavaScript client library in an installed application?

Expand All @@ -28,4 +28,4 @@ The JavaScript client library does not directly support logging the user out of

Since logging out of the application also logs the user out of the Google account, it is not recommended to log the user out unless the user requests this explicitly.

For a workaround that allows your application to log the user out programatically, see [this topic](https://groups.google.com/forum/?fromgroups=#!topic/google-api-javascript-client/PCs8xXV4wxk) in the JavaScript client library discussion group.
For a workaround that allows your application to log the user out programatically, see [this topic](https://groups.google.com/forum/?fromgroups=#!topic/google-api-javascript-client/PCs8xXV4wxk) in the JavaScript client library discussion group.

0 comments on commit 572b0c0

Please sign in to comment.