← Back to Kairo Docs|API Reference (Dokka)

Package-level declarations

Types

Link copied to clipboard
class ExpiredJwt(cause: Throwable? = null) : LogicalFailure

Thrown when a JWT has expired. Maps to HTTP 401.

Link copied to clipboard

A catch-all exception for JWT verification failures.

Link copied to clipboard
class NoJwt(cause: Throwable? = null) : LogicalFailure

Thrown when a request requires authentication but no JWT is present. Maps to HTTP 401.