commonMain.hassemble.core.boot.authentication.InitialResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hassemble-jvm Show documentation
Show all versions of hassemble-jvm Show documentation
Interact with your Home Assistant server using Kotlin.
The newest version!
package hassemble.core.boot.authentication
import kotlinx.serialization.Serializable
@Serializable
internal data class InitialResponse(val type: String)