OldVerifyKey

@Serializable
data class OldVerifyKey(val keyValue: String, val expiredAt: Long)

Constructors

Link copied to clipboard
constructor(keyValue: String, expiredAt: Long)

Properties

Link copied to clipboard
@SerialName(value = "expired_ts")
val expiredAt: Long
Link copied to clipboard
@SerialName(value = "key")
val keyValue: String