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

    Function saveSessionInfoToStorage

    • Stores information about the session in the provided storage. Note that not all storage are equally secure, and it is strongly advised not to store either the refresh token or the DPoP key in the browser's local storage.

      Parameters

      • storageUtility: IStorageUtility
      • sessionId: string
      • OptionalwebId: string
      • OptionalclientId: string
      • OptionalisLoggedIn: string
      • OptionalrefreshToken: string
      • Optionalsecure: boolean
      • OptionaldpopKey: KeyPair

      Returns Promise<void>