Retrieve identities linked to a userGets all the identities linked to a user. The user needs to be signed in to call getUserIdentities(). Returns a list of identities linked to the user const { data, error } = await supabase.auth.getUserIdentities() Response