Error

class Error @JvmOverloads constructor(message: String, val identifier: String = "") : IllegalStateException

An error used for describing errors when validating the Jwt.

Constructors

Link copied to clipboard
constructor(message: String, identifier: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The identifier used to match the specific type of error.

Link copied to clipboard
open val message: String?