JwtDecoded
Decoded JWT including header, payload, and expiration metadata
API UtilitiesDeveloper ToolsQR CodesScreenshotsImage ProcessingPDF GenerationMarkdownURL MetadataHashingJWTBase64UUIDColor ConversionLorem IpsumPlaceholder Images
Properties
| Name |
Type |
Description |
| header |
object |
Decoded JWT header. |
| payload |
object |
Decoded JWT payload. |
| expired |
boolean |
Whether the token has expired (only present if `exp` claim exists). |
| expiresAt |
string |
ISO 8601 expiry time (only present if `exp` claim exists). |
| issuedAt |
string |
ISO 8601 issued-at time (only present if `iat` claim exists). |
JSON Schema