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
@SerialName(value = "token")
val token: String
Link copied to clipboard
@SerialName(value = "mxid")
val userId: UserId