MalformedJwkException

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

Thrown when a JWK JSON object is structurally invalid or is missing one or more required fields needed to reconstruct the 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?