Hi all, I'm getting following error response in `m...
# ask-a-descoper
g
Hi all, I'm getting following error response in
me()
API when using session token, This works fine when I pass refresh token instead.
Copy code
{
  "errorCode": "E064002",
  "errorDescription": "Empty or Non Existent Refresh Token JWT was provided",
  "errorMessage": "Failed to find JWT refresh token",
  "message": "Failed to find JWT refresh token"
}
I've tried refreshing the session token. But still I'm getting same response when using session token. Could someone please help me with this?
a
Hi, this endpoint requires the refresh token only and not the session token. https://docs.descope.com/api/openapi/session/operation/Me
g
Okay Thanks Doron 🙏 It says
token
as argument in Client SDK which threw me off.
a
I see, we will fix that. @salmon-night-88354 FYI
👍 1