SignatureException

class SignatureException(message: String, cause: Throwable? = null) : JwtException(source)

Thrown when signature verification of a JWS token fails or when decryption of a JWE token fails, indicating the token may have been tampered with or was encrypted with a different key.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?