Yes, I think that's the same token I was talking about. (In C++, we
don't use GreenBox directly, only through XR_LocStor.) I think this
token is the same kind of hex string as the gunids -- ask Tomas, he
knows for sure.
We store this token in C++ as a string. Since we never use it in the
database as a search key, I don't think it makes much sense to convert
it to an integer; we can just leave it as a string. But it's really up
to you.