Skip to main content

MobileAppleAuthRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/MobileAppleAuthRequestBody.json
access_tokenstring

Apple access token from mobile app (optional)

id_tokenstringrequired

Apple ID token from mobile app

MobileAppleAuthRequestBody
{
"$schema": "https://example.com/schemas/MobileAppleAuthRequestBody.json",
"access_token": "string",
"id_token": "string"
}