How to get the user information from the token?
During callback from the authorize endpoint I exchange the code with token endpoint which gives me access_token, refresh_token and id_token. I have tried with all 3 tokens here, I am getting error https://zitadel.com/docs/apis/resources/auth/auth-service-get-my-user
The user is signedin fromthe google external provider.
The user is signedin fromthe google external provider.
Returns the full user object of the authenticated user including the profile, email, phone, etc

