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 |
---|---|
| The error message returned when validation fails. It will be null if validation succeeds. |
| The decoded payload data. |
| The original data in |
Â