Hi,
We are trying to implement oauth verification.
When trying to reach the test endpoint it gets unauthenticated.
Printing the code received ( bundle.authData.access_token ) - gives a result like this, an object;
{
"0": "e",
"1": "y",
"2": "J",
"3": "0",
"4": "e",
"5": "X",
"6": "A",
}
How could we convert this into a normal string?
And place it on the Authorization header?
Thanks