Python: Link an identity to a user

Parameters

Examples

Link an identity to a user

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