What's the difference between `session.getAccessTokenPayload() ` vs `session.userDataInAccessToken`?
s
What's the difference between
session.getAccessTokenPayload()
vs
session.userDataInAccessToken
?
r
Hey @sharma8471
There is no difference. However, the function is what is public and the variable is private. So it’s better to use the function