
eu.kevin.api.models.auth.tokenContent.ReceiveTokenContentResponse.kt Maven / Gradle / Ivy
package eu.kevin.api.models.auth.tokenContent
import kotlinx.serialization.Serializable
@Serializable
data class ReceiveTokenContentResponse(
val clientConsent: Boolean,
val expiresIn: Long,
val bankName: String,
val bankId: String
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy