Pawnote
    Preparing search index...

    Function loginQrCode

    • Logs in using a QR code.

      Parameters

      • session: SessionHandle

        The current session handle.

      • info: { deviceUUID: string; navigatorIdentifier?: string; pin: string; qr: any }

        The authentication information including device UUID, PIN, QR code data, and optional navigator identifier.

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

      A promise resolving to the refreshed session information.