LoginInfo

data class LoginInfo(val userId: UserId, val deviceId: String, val accessToken: String)

Constructors

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

Properties

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