What's the advantage of using Refresh Token instead of using session id to get a new Access Token?
I understand that Refresh Token is used to get a new Access Token when it expires. But I don't understand why we need to use the Refresh Token to get the new Access Token instead of just using session id?