Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The OAuth validateAndDecodeJwt APL Plugin produces one type of UDR;: JwtValidationResult.

JwtValidateResult

...

Field

Description

ErrorMessage (string)An

The error message

on

returned when validation

failure. Null on validation success

fails. It will be null if validation succeeds.

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