JWT Validation Result UDR(4.3)

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)

The error message returned when validation fails. It will be null if validation succeeds.

Claims (map<string, any>)The decoded payload data.
OriginalData (bytearray)The original data in bytearray format.