GuestUser

@Immutable
data class GuestUser(val user: User, val token: String)

Constructors

Link copied to clipboard
constructor(user: User, token: String)

Properties

Link copied to clipboard
Link copied to clipboard
val user: User