Class: DecodedJptPresentation
identity_wasm.DecodedJptPresentation
Table of contents
Methods
Methods
clone
▸ clone(): DecodedJptPresentation
Deep clones the object.
Returns
credential
▸ credential(): Credential
Returns the Credential embedded into this JPT.
Returns
customClaims
▸ customClaims(): Map\<string, any>
Returns the custom claims parsed from the JPT.
Returns
Map\<string, any>
aud
▸ aud(): undefined | string
Returns the aud property parsed from the JWT claims.
Returns
undefined | string