Interface ReactiveSignatureConfiguration<T>

Type Parameters:
T - Token
All Known Implementing Classes:
NimbusReactiveSignatureConfigurationAdapter, ReactiveJwksSignature

public interface ReactiveSignatureConfiguration<T>
Reactive Signature Configuration.
Since:
4.8.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull org.reactivestreams.Publisher<Boolean>
    verify(T token)
    Verify a signed token.
  • Method Details

    • verify

      @SingleResult @NonNull @NonNull org.reactivestreams.Publisher<Boolean> verify(@NonNull T token)
      Verify a signed token.
      Parameters:
      token - the signed token
      Returns:
      whether the signed token is verified