How do I get the user profile information such as user name, email id, profile picture, basically all the information that is displayed in the user card, in my Javascript client?
I do not want to use the default user card that is displayed for a signed in user while using the Google Identity Toolkit.
I cannot find this information in the official documentation. The documentation does say that we can customize the look and feel of the user card, but I could not figure out how to get the profile information, which is displayed in the user card.
I'm using my own Login and Logout buttons. I would like to handle the display of user profile information in my own way too.
My application is hosted on GAE with Java.