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

eu.kevin.api.models.auth.tokenContent.ReceiveTokenContentResponse.kt Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy