User

fun User(    id: Int,     email: String,     password: String,     role: UserRole,     tokens: List<Token>)