UserType

@Serializable
sealed class UserType

Inheritors

Types

Link copied to clipboard
@Serializable
data object Anonymous : UserType

Not authentication, anonymous user. Commonly used for audio rooms and livestreams

Link copied to clipboard
@Serializable
data object Authenticated : UserType

A user that's authenticated in your system

Link copied to clipboard
@Serializable
data object Guest : UserType

A temporary guest user, that can have an image, name etc