Hi, for my application, Backend service is Python and frontend is React.
Frontend app on successful authentication send access token for accessing apis, I have to retrieve the user details in backend service. I am looking at apis using which I can retrieve user details post token validation. From sdk I could see that it requires refresh token to retrieve details. Is there a way to retrieve user details using access token?