@inrupt/solid-client-authn-node
    Preparing search index...

    Function clearSessionFromStorageAll

    • Clear the given storage from any existing Session ID. In order to remove an individual Session from storage, rather than going through this batch deletion, one may simply log the Session out calling session.logout.

      If no storage is provided, a default in-memory storage will be used. It is instantiated once on load, and is shared across all the sessions. Since it is only available in memory, the storage is lost when the code stops running.

      A Session is available in storage as soon as it logged in once, and it is removed from storage on logout.

      Parameters

      • Optionalstorage: IStorage

        The storage where the Session can be found

      Returns Promise<void>