Links an oauth identity to an existing user. This method supports the PKCE flow.
const { data, error } = await supabase.auth.linkIdentity({ provider: 'github' })