I'm running an angular 2 web app on the frontend. After login with Gmail, I'm sending the token to my ASP .NET Core API on every request for authenticating using JWT bearer authentication. My doubt is how can I access the user info after authenticating the token with google in asp.net core?