The OAuth ID token is a JSON Web Token (JWT) that provides information about the authentication event. It is typically used to convey the identity of the user who has authenticated to an application. The ID token is often issued alongside the access token during the OAuth 2.0 authorization process.


