Alright, it was my error. I was retrieving the tok...
# tornadofx
b
Alright, it was my error. I was retrieving the token via the getter like result["id_token"] instead of result.getString("id_token") thus resulting with a token that has quotation marks. 🙃
🙀 2