for Gmail API, can we pass the email as a parameter so that the user can use only that email for login(or that email is prepopulated in the Google Login page)?
Manuel Lemos - 2015-02-10 15:36:29 - In reply to message 1 from sameer shelavale
No, I am afraid there is no way to make the user authorize using a specific email.
What you can do is to call Google API to get the user profile and check if that is the email you want. If not, tell the user to authorize again with the desired email.