AuthSession - getToken to access google Api

I’m using AuthSession ( auth0 ). The login is working fine, What I’m having trouble is how to get the token necessary to get access from Google APIs. My intention is to get a list of all user contacts.

I tried used the id_token but didn’t work, and all my attempts got me:

“Request is missing required authentication credential. Expected OAuth 2 access token”