The OAuth validateAndDecodeJwt APL Plugin produces one type of UDR; JwtValidationResult.
JwtValidateResult
This UDR is used for describing a specific attachment.
Field | Description |
---|---|
ErrorMessage (string) | An error message on validation failure. Null on validation success. |
Claims (map<string, any>) | The decoded payloads. |
OriginalData (bytearray) | The original data in bytearray format. |