The properties of the decoded id_token are dictated by the scopes requested during the authorization request; openid profile email will return a fully populated object, while openid will return a minimal object.
id_token
openid profile email
openid
The properties of the decoded
id_tokenare dictated by the scopes requested during the authorization request;openid profile emailwill return a fully populated object, whileopenidwill return a minimal object.