i am using the offline long token
i have an access token XXX
and refresh token YYY
I used the token until it expired
then I used the refresh token method with null to refresh all my scopes.
how can i extract the new access token from the client in order to save it?