UserEntity

sealed interface UserEntity

Marks a class as a user entity.

Inheritors

Properties

Link copied to clipboard
abstract val user: User

The user entity.

Functions

Link copied to clipboard
open fun getUserId(): String

Returns the user ID.