Decode

Decode a JSON Web Token without first verifying the signature.

Input

Field Definition Type Required
token Complete JWT, including the Base64 encoded header and payload, in addition to the signature. String TRUE

Output

Field Definition Type
header Includes both the algorithm (alg) that's used to process the data contained in the JWT and the type (typ) of token, usually JWT. Example:

{ "typ":"JWT", "alg":"HS256" }

String
payload Extensible outputs allow you to manually add a new output field for each key that you expect to be delivered with the payload; these outputs can then be dragged to other inputs in the flow to process the data. Object

Related topics

Functions in Workflows

Workflow elements