I use the https://www.googleapis.com/auth/userinfo.email
scope to get an email address of the authenticated user. But while authenticating, Google prompts the user:
The app would like to:
- Know who you are on Google+ (for which the help icon says: This app is requesting permission to associate you with your public Google profile)
- View your email address
I don't want the user's Google+ related information. I am using the OAuth2 authentication method. For Authsub request authentication it requires only email address access. How can I get access to the user's email address alone?