pub static APPLE: ProviderSpecExpand description
Apple — uses name in scope to get the user’s name on
first-time signup (Apple ONLY returns name on the first
authorization; subsequent logins don’t include it).
response_mode=form_post is REQUIRED by Apple when name/email
scopes are requested — Apple POSTs the callback to the
redirect URL with code + id_token in the form body.