A decoded JWT token with typed header and payload.
The raw signature is preserved as-is (base64url-encoded) because signature verification is out of scope — it requires server-side keys or a JWKS endpoint.
Readonly
Decoded JOSE header.
Decoded payload claims.
The original compact-serialisation string.
Raw base64url-encoded signature (not verified).
A decoded JWT token with typed header and payload.
The raw signature is preserved as-is (base64url-encoded) because signature verification is out of scope — it requires server-side keys or a JWKS endpoint.