将OAuth身份关联至现有用户。 此方法支持PKCE流程。
linkIdentity()
linkIdentity
const { data, error } = await supabase.auth.linkIdentity({ provider: 'github' })