@faable/auth-js - v1.7.4
    Preparing search index...

    Type Alias SignOut

    Options accepted by FaableAuthClient.signOut.

    Logout

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

    Properties

    Properties

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

    Which sessions to log out.

    • 'global' — every refresh token for the user (default)
    • 'local' — only this client's storage
    • 'others' — every other session except this device's; no SIGNED_OUT event is fired locally