Package-level declarations

Types

Link copied to clipboard
interface User

Superinterface for all users in the system. displayName and username properties can default to id if an implementation doesn't know how to populate them, but they allow consistent experience.

Link copied to clipboard
interface UserService<U : User>