UserAPI

object UserAPI

Contract namespace for user-related inbound API operations.

This sealed interface groups operation-specific contracts used by adapters (for example, HTTP controllers/clients) while keeping each use case focused.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface GetUserAPI<Response>
Link copied to clipboard

Contract for authenticating a user.

Link copied to clipboard

Contract for registering a new user.

Link copied to clipboard

Contract for updating an existing user's profile/info.

Link copied to clipboard

Contract for updating an existing user's password.