Type alias SignOut

SignOut: {
    scope?: "global" | "local" | "others";
}

Type declaration

  • Optional scope?: "global" | "local" | "others"

    Determines which sessions should be logged out. Global means all sessions by this account. Local means only this session. Others means all other sessions except the current one. When using others, there is no sign-out event fired on the current session!

Generated using TypeDoc