GuestUser

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

Model holding data about a guest user.

Parameters

user

The guest User.

token

The token of the guest user.

Constructors

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

Properties

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