Class JwtSignatureParameters

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean allowKidAbsent()
      If true, tokens without "kid" header are allowed when verifying a token.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JwtSignatureParameters

        public JwtSignatureParameters()
    • Method Detail

      • allowKidAbsent

        public abstract boolean allowKidAbsent()
        If true, tokens without "kid" header are allowed when verifying a token.