How to use Auth0 while using native sign in experience

Hi,

I am using native sign in experience for FB , Google etc., with native I mean I have not integarted Auth0 social login as it need 2 clicks , first go to Auth0 page then click of FB, google etc.
So after users authorises the account I get the email address etc . Now I want to put this data and create an account in Auth0 for this user so that I can get a Auth0 token and hence the user can pass the token for API authentication.

Is this possible, if yes how to implement this ?