Class InvalidJWTSignatureException

All Implemented Interfaces:
Serializable

public class InvalidJWTSignatureException extends JWTException
The JWT was properly constructed but the signature is invalid. This token should not be trusted.
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • InvalidJWTSignatureException

      public InvalidJWTSignatureException()