Hi,
In the documentation, it says that at the user's first sign in with apple. We receive a score help to prevent fraud.
"For fraud prevention and security reasons, the first time you use Sign in with Apple with a new app, Apple will share a simple numerical score with the developer to give them confidence that you are a real person. This score is derived from your recent Apple account activity along with abstracted information about your device and device usage patterns. Neither Apple nor the developer receives any specific information about how you use your device."
I don't see anything related to this in the documentation.
It only says that the information sent is of this form.
{
"authorization": {
"state": "[STATE]",
"grant_code": "[CODE]",
"id_token": "[ID_TOKEN]"
},
"user": {
"email": "[EMAIL]",
"name": {
"firstName": "[FIRST_NAME]",
"lastName": "[LAST_NAME]"
}
}
}