id_token is a JSON Web Token (JWT). If you decode it, you’ll see it contains multiple assertions, including the ID of the user. See this answer for more details.
id_token is a JSON Web Token (JWT). If you decode it, you’ll see it contains multiple assertions, including the ID of the user. See this answer for more details.