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

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

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

import com.github.kittinunf.fuel.core.Request
import com.github.kittinunf.fuel.core.Response

data class AuthResult(val request: Request, val response: Response, val exception: Exception?, val bboxid: String?)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy