Hi,
How do I get the email address as a part of the Token in the response, it does not have it, and somewhere in the documentation it says to Use scopes but I am not getting a reference on how to use it
I am using Google V7
auth0.login({
connection: ‘google-oauth2’,
}, function(err) {
if (err) alert("something went wrong: " + err.message);
});