RoutexResult

interface RoutexResult<out T>

Authenticated result wrapper carried in the JWT body's data claim of every service response.

Inheritors

Properties

Link copied to clipboard
abstract val data: T
Link copied to clipboard
abstract val ticketId: Uuid
Link copied to clipboard
abstract val timestamp: Instant