How to set the Credential Token correctly? (Online Services)(OSSv2)

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:

7

So try to set it like this:

4

And I had this error in the log.

because i want to log in as a developer

6

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):

Source2 (Lyra):

Does anyone know how the format should be? Or the correct solution?

Thank you so much!!

I think maybe there is an internal conflict with the data types.

2

Right now I wish I could cast this!! :sob:

ok, i got it to work… finally!!

it’s like that:
ok

in my case I had to add this to my configuration.
2

I hope this helps others too.


PS: Please people from the Epic team. Provide us with more code examples. Information on this is practically non-existent.


Thank you so much!!

2 Likes