I am trying to login using OSSv2. However I have some problem with the credential token. (I think it’s the format, but I’m not sure).
The credential token is of this type:
So try to set it like this:
And I had this error in the log.
because i want to log in as a developer
So I try to pass the token in String type
This gave me the following error in the log
I guess the ID is the address (IP:PORT) because when I did it using the subsystem it was… and it worked.
That’s why I think the token format is wrong. And I have not found the correct way in the documentation (neither in google) to do it.
Source1 (Doc):
Does anyone know how the format should be? Or the correct solution?
Thank you so much!!