DocsDocsBlogBlogMore...More...GitHubGitHub (opens in a new tab)
  • Introduction
  • Getting Started
  • Installing
  • Methods
    • signIn
    • sign
    • submit
    • signAndSubmit
    • bulkSign
    • bulkSubmit
    • bulkSignAndSubmit
    • getResponse
    • version
    • isLocked
    • isOpen
    • isConnected
    • signInAndWait
    • signAndWait
    • submitAndWait
    • signAndSubmitAndWait
    • bulkSignAndWait
    • bulkSubmitAndWait
    • bulkSignAndSubmitAndWait
    • versionAndWait
    • isLockedAndWait
    • connect
  • Events
    • user-change
    • network-change
    • response
    • signout
    • open
    • close
    • all
    • ping
  • Session
  • manager
  • More
  • Changelog
  • FAQ
  • Support
  • Source code ↗ (opens in a new tab)

On This Page

  • Description
  • Usage
  • Response
  • Example
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub
Docs
emitters
signout

Description

An event fired when a user signs out of the current session.


Usage

  sdk.on('signout', fn)

Response


Example

    sdk.on(EVENTS.SIGNOUT, () => handleUpdate(JSON.stringify(EVENTS.SIGNOUT)))
responseopen