Interface TokenVerifier<T>

All Known Implementing Classes:
BasicRsaJwtVerifier, RsaJwtVerifier

public interface TokenVerifier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    verifyToken(T token)
    Should be used for JWT signature verification.
  • Method Details

    • verifyToken

      void verifyToken(T token)
      Should be used for JWT signature verification.
      For symetrically crypted token (unsigned), there is nothing to verify...
      Parameters:
      token -