I have an application that uses bearer-token validation of backend
requests. This Bearer token is an Accesstoken.
What API endpoint should i call to obtain the full User Profile including
IDToken and RefreshToken?
I know of the userInfo endpoint, but that only gives me basic user
information, not the IdToken or Refreshtoken?
Thanks in advance!
Show replies by date