User

constructor(username: Username, password: String, email: String? = null, description: String? = null, profilePicture: String? = null, refreshToken: String? = null)

Parameters

username

The username of the user.

password

The password of the user.

description

The description of the user.

profilePicture

The profile picture of the user.

refreshToken

The refresh token of the user.