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

eu.kevin.api.models.Authorization.kt Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package eu.kevin.api.models

data class Authorization(
    val clientId: String,
    val clientSecret: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy