code
and id_token
methods for Apple Sign-In.
id_token
: A JWT (JSON Web Token) issued by Apple containing information about the authenticated user.code
: A short-lived authorization code used for server-to-server communication to fetch access tokens.code
method. To adjust this configuration, please contact the Appcharge support team.
For further details on Apple’s implementation, refer to their documentation.