Scenario : User should not be logged out once tokens expired .
Apple sign up steps :
Successfully validated the authorization code and got a successful response { "access_token" : "",,"refresh_token" : "",expires_in: ""}
Successfully validated the refresh_token obtained from above step and generated a new access token using POST call to
https://appleid.apple.com/auth/token
Problem: How generate user data,id_token from the new access token ?