UnsupportedJwtException

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

Thrown when a token uses an algorithm, key type, or feature that is not supported by this library.

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?