id_token
RU: id_token
A signed JWT defined by OpenID Connect that an authorization server returns alongside an access token after successful authentication. It carries standard claims about the authenticated user (sub, iss, aud, exp, iat) and proves to the client who authenticated and when; it is not an API access credential.