Package-level declarations

Types

Link copied to clipboard
class Conflict(val message: String, val cause: Throwable? = null) : Error

A result of an operation that failed because of a conflict with the current state.

Link copied to clipboard
class NotFound(val message: String, val cause: Throwable? = null) : Error

A result of an operation that failed because of a not found resource.

Link copied to clipboard

A repository to manage UserTokens CRUD operations.

Link copied to clipboard

A service to manage UserTokens.