MalformedJwtException

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

Thrown when a JWT string is structurally invalid, such as having the wrong number of parts, containing invalid Base64URL encoding, or being unparseable as JSON.

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?