JWT Validation Result UDR

The OAuth validateAndDecodeJwt APL plugin produce one type of UDR: JwtValidationResult.

JwtValidationResult

This UDR is used for describing a specific attachment.

Field

Description

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.

Â