JavaScript: Link an identity to a user (original) (raw)

Links an oauth identity to an existing user. This method supports the PKCE flow.

Parameters

(Required)

Examples

const { data, error } = await supabase.auth.linkIdentity({
  provider: 'github'
})