hello
I created a token by referring to the C++ example page below for generating a token in the secure server.
Developer Documentation 3FTocPath%3DVivox%2520Unreal%2520SDK%2520documentation%7CAccess%2520Token%2520Developer%2520Guide%7CGenerate%2520a%2520token%2520on%2520a%2520secure%2520server%7C_____1
However, the result of the token is different.
REDACTED FOR SECURITY PURPOSES
As in the result above, the header e30. Afterwards, the eyJpc value appears normal,
REDACTED FOR SECURITY PURPOSES
If use the example code, it will be created with eyAiaX.
I do not understand how to create a value with eyJpc.
Can you help me?