During a successful first time Apple Sign in, we get an `access_token` field back that has data in it (in addition to a refresh_token, and expires_at). I know that to validate a sign in we use the refresh_token, but I was wondering what to do with the access_token we get back? Do we need it for anything?
The apple documention on it says
(Reserved for future use) A token used to access allowed data. Currently, no data set has been defined for access.
So can we ignore it for now?
Hi concept47and angelatestapple
Currently, the access token only indicates a successful refresh token validation. There are currently no endpoints where it can be used and it is reserved for future use. So, it can be ignored for now.