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

Parameters

(Required)
undefined

Examples

response = supabase.auth.link_identity(
    {provider: "github"}
)