...
The OAuth validateAndDecodeJwt APL Plugin produces one type of UDR;: JwtValidationResult.
JwtValidateResult
...
Field | Description |
---|---|
ErrorMessage (string) | An The error message onreturned when validation failure. Null on validation successfails. It will be null if validation succeeds. |
Claims (map<string, any>) | The decoded payloadspayload data. |
OriginalData (bytearray) | The original data in in bytearray format. |