TSparkleJwtMiddleware.BeforeValidation Event
Use this event to add custom JWT validation, by using methods of IJOSEConsumerBuilder interface.
Remarks
The interface is already prefilled with all the validations that will be performed in JWT, thus this event is the last opportunity to change validation before the JWT is actually validated.
Syntax
Unit: Sparkle.Comp.JwtMiddleware
property TSparkleJwtMiddleware.BeforeValidation: TBeforeValidationEvent