Retrieving and storing two access_tokens from two IDPs

I am trying to best determine how and if Auth0 is capable of a workflow as follows.

User sign-ups for a platform using a social-sign-in (Gmail)
Platform has a “integrations” page that allows user to integrate Salesforce and HubSpot

Based on this here: Identity Provider Access Tokens

  1. Does Auth0 allow multiple Social Connections on one account (Gmail as the login/ HubSpot, Salesforce just for OAuth Authorization)?
  2. How can we store 3 access_tokens (Gmail, Hubspot, Salesforce) on one user account?