MissingHeaderException

Thrown when a required header parameter is absent from the token's header.

Constructors

Link copied to clipboard
constructor(headerName: String)

Properties

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

The name of the required header parameter that was absent from the token.

Link copied to clipboard
expect open val message: String?