Pawnote
    Preparing search index...

    Function finishLoginManually

    • Completes the login process manually.

      Parameters

      • session: SessionHandle

        The current session handle.

      • authentication: any

        The authentication object returned from the authenticate() function.

      • identity: any

        The identity object returned from the identify() function.

      • OptionalinitialUsername: string

        The initial username used for login.

      Returns Promise<
          Readonly<
              {
                  kind: AccountKind;
                  navigatorIdentifier: string;
                  token: string;
                  url: string;
                  username: string;
              },
          >,
      >

      A promise resolving to the refreshed session information.