Skip to content

Commit d32b983

Browse files
authored
📙 Updated apple auth adapter key (parse-community#851)
1 parent fc540e2 commit d32b983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_includes/parse-server/third-party-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Using Apple Sign In through the Apple JS SDK or through the REST service will on
117117
{
118118
auth: {
119119
apple: {
120-
client_id: "", // optional (for extra validation), use the Service ID from Apple.
120+
clientId: 'com.example.app', // optional, for extra validation; replace with the bundle ID provided by Apple.
121121
},
122122
}
123123
}

0 commit comments

Comments
 (0)