All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.bmartel.bboxapi.router.model.Token.kt Maven / Gradle / Ivy

The newest version!
package fr.bmartel.bboxapi.router.model

data class Token(
        val device: DeviceToken? = null
)

data class DeviceToken(
        val token: String? = null,
        val now: String? = null,
        val expires: String? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy