Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.
  • No labels