Decode JWT
- 09 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Decode JWT
- Updated on 09 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > 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
Property | Description | Data Type |
---|---|---|
JWT String | Encoded JSON Text | String |
Outputs
Property | Description | Data Type |
---|---|---|
DecodeJWTJsonWebToken1_Output | Decoded JSON Text | String |
Was this article helpful?