Name | Description | Type | Additional information |
---|---|---|---|
state |
Can be used for any internal identifiers (e.g. Session IDs, User IDs, Query Strings, etc.). |
string |
None. |
code |
Authorization code that should be exchanged for an Authorization token. |
string |
None. |
id_token |
Initial JSON Web Token containing information about issuer, user, etc. |
string |
None. |
user |
Information about the user. Send only the first time the user signs in. |
AppleUserRequestModel |
None. |