Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created November 19, 2018 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/de093fea53a442f013e120e17c1f1887 to your computer and use it in GitHub Desktop.
Save miguelmota/de093fea53a442f013e120e17c1f1887 to your computer and use it in GitHub Desktop.
JavaScript Google auth2 sign out
const auth2 = window.gapi.auth2.getAuthInstance()
auth2.signOut().then(function () {
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment