Flutter: getUserIdentities

Gets all the identities linked to a user.

Examples

Returns a list of identities linked to the user

final identities = await supabase.auth.getUserIdentities();