Interface ReactiveJsonWebTokenSignatureValidator<T>
- Type Parameters:
T
- The Signed Token
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Reactive API to validate the signature of a JSON Web Token with beans of type
ReactiveSignatureConfiguration
and SignatureConfiguration
.- Since:
- 4.8.0
- Author:
- Sergio del Amo
-
Method Summary
Modifier and TypeMethodDescription@NonNull org.reactivestreams.Publisher<Boolean>
validateSignature
(T signedToken)