akiles-react-native
    Preparing search index...

    Function addSession

    • Add a session to the session store.

      If the session store already contains the session, this is a noop. This does a network call to the server to check the session token, and to cache the session data into local storage.

      Parameters

      • token: string

        The session token.

      Returns Promise<string>

      The session ID.