The /userinfo resta-pi is returning a different response

Hi @jmangelo ,
I was able to get the required user-data , using the scope: ‘openid email profile’ , in the auth0.WebAuth() method .

Are there any other scopes that I can use ?

What I got back from /userinfo : {
“sub”: “google-oauth2|2575749834579325793257”,
“given_name”: “apple”,
“family_name”: “apple”,
“nickname”: “apple_inc”,
“name”: “Apple Apple”,
“picture”: “https://lh5.googleusercontent.com/-apple/photo.jpg”,
“locale”: “en”,
“updated_at”: “2019-01-01T07:10:31.450Z”,
“email”: “user@gmail.uk”,
“email_verified”: true
}

Thanks …