LoginInfo

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

Constructors

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

Properties

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