User

Class to represent a user.

Parameters

email

the email of the user

username

the username of the user

Types

Link copied to clipboard

Factory companion object to create a user.

Link copied to clipboard
data class UserID(val value: String) : ID<String>

Data class to represent the user ID.

Properties

Link copied to clipboard
Link copied to clipboard
open val id: User.UserID
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String