@twinfinity/authenticationInterfacesIdentityTokenOn this pageIdentityToken A decoded and parsed id_token where the expected claims are explicitly typed. Custom claims can be accessed with the index operator.@exampleidentityToken['my-custom-claim'] // returns the custom claim if set in the id_token, otherwise undefinedIndexable[key: string]: any | null | undefinedIndex Propertiesaudemailexpfamily_namegiven_nameiatissnamesubProperties readonlyaudaud: stringreadonlyemailemail: stringreadonlyexpexp: numberreadonlyfamily_namefamily_name: stringreadonlygiven_namegiven_name: stringreadonlyiatiat: numberreadonlyississ: stringreadonlynamename: stringreadonlysubsub: string
A decoded and parsed id_token where the expected claims are explicitly typed.
Custom claims can be accessed with the index operator.