Decode JWT
  • 09 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Decode JWT

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > JSON

The Decode JWT (JSON Web Token) step takes in a string of encoded JSON text, decodes it, and outputs the result. The user must map an encoded text string as input for this step.



Properties

Inputs

PropertyDescriptionData Type
JWT StringEncoded JSON TextString

Outputs

PropertyDescriptionData Type
DecodeJWTJsonWebToken1_Output
Decoded JSON TextString


Was this article helpful?