Flutter: Link an identity to a user

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

Parameters

Examples

Link an identity to a user

await supabase.auth.linkIdentity(OAuthProvider.google);