Hey, I am getting
{
"error": "Unauthorized",
"status": 401,
"message": "authentication failed"
}
Do we need to create our own JWT to call this API? or can we use the auth token provided to us in onAuthorized method?
Hey, I am getting
{
"error": "Unauthorized",
"status": 401,
"message": "authentication failed"
}
Do we need to create our own JWT to call this API? or can we use the auth token provided to us in onAuthorized method?