What's the difference between `session.getAccessTo...
# support-questions
s
What's the difference between
session.getAccessTokenPayload()
vs
session.userDataInAccessToken
?
r
Hey @sharma
There is no difference. However, the function is what is public and the variable is private. So it’s better to use the function
2 Views