UserID

data class UserID(val value: String) : ID<String>

Data class to represent the user ID.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
open val id: String
Link copied to clipboard