UserToken

interface UserToken

A value object representing a token associated to a UserId used to send push notifications.

Types

Link copied to clipboard
object Companion

Factory companion object to create new instances of UserToken.

Properties

Link copied to clipboard
abstract val token: Token

The token used to send push notifications.

Link copied to clipboard
abstract val userId: UserId

The UserId associated to this token.