UserInfo

@Serializable
data class UserInfo(val userId: UserId, val token: String)

Constructors

Link copied to clipboard
constructor(userId: UserId, token: String)

Properties

Link copied to clipboard
Link copied to clipboard
val userId: UserId