Token

data class Token(val updateRemindSec: Int? = null)

Constructors

Link copied to clipboard
constructor(tokenReminderTimeSec: Int? = null, updateRemindSec: Int? = null)
constructor(updateRemindSec: Int? = null)

Properties

Link copied to clipboard
val updateRemindSec: Int? = null