Skip to content

Commit

Permalink
πŸ“™ Updated apple auth adapter key (parse-community#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithdev committed Oct 2, 2021
1 parent fc540e2 commit d32b983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/parse-server/third-party-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Using Apple Sign In through the Apple JS SDK or through the REST service will on
{
auth: {
apple: {
client_id: "", // optional (for extra validation), use the Service ID from Apple.
clientId: 'com.example.app', // optional, for extra validation; replace with the bundle ID provided by Apple.
},
}
}
Expand Down

0 comments on commit d32b983

Please sign in to comment.