A decoded and parsed id_token where the expected claims are explicitly typed.
Custom claims can be accessed with the index operator.
identityToken['my-custom-claim'] // returns the custom claim if set in the id_token, otherwise undefined Copy
identityToken['my-custom-claim'] // returns the custom claim if set in the id_token, otherwise undefined
Readonly
A decoded and parsed id_token where the expected claims are explicitly typed.
Custom claims can be accessed with the index operator.
Example